mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 12:17:06 +00:00
Correct room features according to the fact visitor role is used
This commit is contained in:
parent
06a6682bfa
commit
746a537cb9
1 changed files with 1 additions and 2 deletions
|
|
@ -930,8 +930,7 @@ func handleGetDiscoInfo(s xmpp.Sender, iq *stanza.IQ, di *stanza.DiscoInfo) {
|
|||
"http://jabber.org/protocol/muc",
|
||||
"muc_persistent",
|
||||
"muc_hidden",
|
||||
"muc_membersonly",
|
||||
"muc_unmoderated",
|
||||
"muc_moderated",
|
||||
"muc_nonanonymous",
|
||||
"muc_unsecured",
|
||||
"http://jabber.org/protocol/muc#stable_id",
|
||||
|
|
|
|||
Loading…
Reference in a new issue