Skip to content

Commit

Permalink
Merge pull request #148 from Zash/newscopes
Browse files Browse the repository at this point in the history
Update to match new Prosody scope naming scheme
  • Loading branch information
horazont authored Mar 28, 2023
2 parents 13bc283 + 8f1f80b commit 49bbc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snikket_web/prosodyclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
from .xmpputil import split_jid


SCOPE_DEFAULT = "prosody:scope:default"
SCOPE_ADMIN = "prosody:scope:admin"
SCOPE_DEFAULT = "prosody:user"
SCOPE_ADMIN = "prosody:admin"


T = typing.TypeVar("T")
Expand Down

0 comments on commit 49bbc3a

Please sign in to comment.