mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
[PR #94] [MERGED] feat: add deleteEmoji method to Server class #98
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/94
Author: @xibn
Created: 2/24/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @insertish
Base:
master← Head:patch-1📝 Commits (1)
72a831dAdded deleteEmoji method to the Server class.📊 Changes
1 file changed (+10 additions, -0 deletions)
View changed files
📝
src/classes/Server.ts(+10 -0)📄 Description
This should fix issue #86 by adding the deleteEmoji method to the Server class. I went with the usual pattern used for deleting. I also tried to make the code style fit into Server.ts's already existing style of code.
Please make sure to check the following tasks before opening and submitting a PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.