mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 02:37:16 +00:00
(js) Fix handling of prevent invitations whitelist
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
if (!this.$$shortFormat)
|
||||
this.$$shortFormat = this.$shortFormat();
|
||||
if (!this.$$image)
|
||||
this.$$image = this.image || User.$gravatar(this.c_email);
|
||||
this.$$image = this.image || User.$gravatar(this.c_email, 32, User.$alternateAvatar);
|
||||
|
||||
// An empty attribute to trick md-autocomplete when adding users from the ACLs editor
|
||||
this.empty = ' ';
|
||||
|
||||
Reference in New Issue
Block a user