Mercurial > xmpp-account-manager
diff index.xhtml @ 52:2f45bee88b47
Add pubsub#access_model retrieval for the avatar node.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 23 May 2020 21:24:34 +0200 |
parents | d3b943ac148f |
children | 9b612be4dd0b |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -71,7 +71,7 @@ <p class="form-group"> <label for="avatar-access">{% trans 'Who can see your avatar?' %}</label> <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> -<select class="form-control" id="avatar-access"> +<select class="form-control" id="avatar-access" disabled=""> <option value="open">{% trans 'Anyone (pick this if you use public groupchats)' %}</option> <option value="presence">{% trans 'Only your contacts' %}</option> </select>