add amMod property

pull/679/head
Ryan Tharp 5 years ago
parent 3678b49787
commit 22979e9d6b

@ -223,6 +223,9 @@
isOnline: this.model.isOnline(),
isArchived: this.model.get('isArchived'),
isPublic: this.model.isPublic(),
amMod: this.model.isModerator(
window.storage.get('primaryDevicePubKey')
),
members,
expirationSettingName,
showBackButton: Boolean(this.panels && this.panels.length),

Loading…
Cancel
Save