Disable chatEmojiReacts
This commit is contained in:
parent
2def1d0170
commit
48eb42687a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
/**
|
||||
* Ability to add reactions to chat messages.
|
||||
*/
|
||||
chatEmojiReactions: v.software === TRUTHSOCIAL,
|
||||
chatEmojiReactions: false, // v.software === TRUTHSOCIAL,
|
||||
|
||||
/**
|
||||
* Pleroma chats API.
|
||||
|
|
Loading…
Reference in a new issue