Enable Chats deletion for Rebased

This commit is contained in:
Alex Gleason 2022-12-08 19:48:34 -06:00
parent 9dd791eeed
commit 889d598027
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -224,7 +224,10 @@ const getInstanceFeatures = (instance: Instance) => {
* Ability to delete a chat. * Ability to delete a chat.
* @see DELETE /api/v1/pleroma/chats/:id * @see DELETE /api/v1/pleroma/chats/:id
*/ */
chatsDelete: v.software === TRUTHSOCIAL, chatsDelete: any([
v.software === TRUTHSOCIAL,
v.build === REBASED,
]),
/** /**
* Ability to set disappearing messages on chats. * Ability to set disappearing messages on chats.