Prevent access to Safety Number when talking to yourself
FREEBIE
This commit is contained in:
parent
c7e385eb38
commit
8d29cb9830
4 changed files with 17 additions and 8 deletions
|
@ -82,6 +82,7 @@
|
|||
render_attributes: function() {
|
||||
return {
|
||||
group: this.model.get('type') === 'group',
|
||||
isMe: this.model.isMe(),
|
||||
avatar: this.model.getAvatar(),
|
||||
expireTimer: this.model.get('expireTimer'),
|
||||
'show-members' : i18n('showMembers'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue