mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-08-26 23:11:16 -04:00
feature request: add ability for client to delete emojis #31
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?
Originally created by @sudoker0 on GitHub (Aug 28, 2023).
What do you want to see?
In the latest version of the revolt.js npm package, which as of writing this issue is
7.0.0-beta.9, the client can fetch and add emojis to an server (though thefetchEmojisandcreateEmojimethod), but not delete the emojis. So adding the ability to delete emojis would help add more capabilities to the packages.@MagnusHJensen commented on GitHub (Jan 7, 2024):
Is this not already available on the message object?
https://github.com/revoltchat/revolt.js/blob/master/src/classes/Message.ts#L323
@Rexogamer commented on GitHub (Jan 7, 2024):
This issue refers to creating custom emoji, not adding reactions - see here
@xibn commented on GitHub (Feb 24, 2024):
What about the emoji object? It contains the delete function.
@xibn commented on GitHub (Jun 11, 2024):
@insertish this can be closed. 👍
@insertish commented on GitHub (Jun 11, 2024):
Thanks