diff --git a/ts/models/conversation.ts b/ts/models/conversation.ts index 2bfb47f22..5ccfa93bd 100644 --- a/ts/models/conversation.ts +++ b/ts/models/conversation.ts @@ -1110,7 +1110,7 @@ export class ConversationModel extends Backbone.Model { } public isAdmin(pubKey?: string) { - if (!this.isPublic()) { + if (!this.isPublic() && !this.isGroup()) { return false; } if (!pubKey) {