Enable Chats deletion for Rebased
This commit is contained in:
parent
9dd791eeed
commit
889d598027
1 changed files with 4 additions and 1 deletions
|
@ -224,7 +224,10 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* Ability to delete a chat.
|
||||
* @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.
|
||||
|
|
Loading…
Reference in a new issue