mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-08-26 15:08:03 -04:00
[PR #98] [MERGED] merge: wrong branch #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/javascript-client-sdk/pull/98
Author: @insertish
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @insertish
Base:
main← Head:master📝 Commits (7)
929d1bcfix: don't report a status if user is offlinefe325e3fix: add channelId on MessageUpdate and MessageAppend3ffa0e7fix: do not hydrate partial property16b1e60fix: fetch should fill out partial objectsced14f1fix: allow explicit ESM import (#84)41b176cmerge: pull request #97 from austinhuang0131/masterc0fc57efeat: add deleteEmoji method to Server class (#94)📊 Changes
53 files changed (+264 additions, -187 deletions)
View changed files
➕
package-esm.json(+3 -0)📝
package.json(+2 -2)📝
src/Client.ts(+14 -7)📝
src/classes/Bot.ts(+1 -1)📝
src/classes/Channel.ts(+7 -4)📝
src/classes/ChannelUnread.ts(+1 -1)📝
src/classes/ChannelWebhook.ts(+2 -2)📝
src/classes/Emoji.ts(+1 -1)📝
src/classes/File.ts(+1 -1)📝
src/classes/Invite.ts(+1 -1)📝
src/classes/MFA.ts(+1 -1)📝
src/classes/Message.ts(+2 -2)📝
src/classes/MessageEmbed.ts(+1 -1)📝
src/classes/PublicBot.ts(+1 -1)📝
src/classes/PublicInvite.ts(+2 -2)📝
src/classes/Server.ts(+22 -9)📝
src/classes/ServerBan.ts(+1 -1)📝
src/classes/ServerMember.ts(+9 -6)📝
src/classes/Session.ts(+1 -1)📝
src/classes/SystemMessage.ts(+1 -1)...and 33 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.