[PR #98] [MERGED] merge: wrong branch #100

Closed
opened 2026-02-16 12:27:01 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: master


📝 Commits (7)

  • 929d1bc fix: don't report a status if user is offline
  • fe325e3 fix: add channelId on MessageUpdate and MessageAppend
  • 3ffa0e7 fix: do not hydrate partial property
  • 16b1e60 fix: fetch should fill out partial objects
  • ced14f1 fix: allow explicit ESM import (#84)
  • 41b176c merge: pull request #97 from austinhuang0131/master
  • c0fc57e feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/javascript-client-sdk/pull/98 **Author:** [@insertish](https://github.com/insertish) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `main` ← **Head:** `master` --- ### 📝 Commits (7) - [`929d1bc`](https://github.com/stoatchat/javascript-client-sdk/commit/929d1bc0696f125748ccd9302b75ee4e8a1a1c8c) fix: don't report a status if user is offline - [`fe325e3`](https://github.com/stoatchat/javascript-client-sdk/commit/fe325e3628fb056591ad89fc9da4dbf08109a067) fix: add channelId on MessageUpdate and MessageAppend - [`3ffa0e7`](https://github.com/stoatchat/javascript-client-sdk/commit/3ffa0e79e7f0fed6caeb4711c0542be9cdd7d9a8) fix: do not hydrate partial property - [`16b1e60`](https://github.com/stoatchat/javascript-client-sdk/commit/16b1e60cb2a402d6c9d015fdffdf796b36d6d6be) fix: fetch should fill out partial objects - [`ced14f1`](https://github.com/stoatchat/javascript-client-sdk/commit/ced14f14554a0bcd6e89e1a42320a553902928c1) fix: allow explicit ESM import (#84) - [`41b176c`](https://github.com/stoatchat/javascript-client-sdk/commit/41b176c472ee32cd6b1dcc6c51280a5d32cf6358) merge: pull request #97 from austinhuang0131/master - [`c0fc57e`](https://github.com/stoatchat/javascript-client-sdk/commit/c0fc57e49c67bb6ddb60c534ad630754fb9e9c79) feat: add deleteEmoji method to Server class (#94) ### 📊 Changes **53 files changed** (+264 additions, -187 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:27:01 -05:00
yindo closed this issue 2026-02-16 12:27:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/javascript-client-sdk#100