List global remote presets before room specific ones
This commit is contained in:
parent
2fff174bb2
commit
3e903d6554
1 changed files with 3 additions and 3 deletions
|
@ -822,7 +822,7 @@ class RemotePresets:
|
|||
|
||||
# Presets in "global" are available everywhere and should always be included
|
||||
if "global" not in rooms:
|
||||
rooms.append("global")
|
||||
rooms.insert(0, "global")
|
||||
|
||||
req = []
|
||||
for room in rooms:
|
||||
|
|
Loading…
Add table
Reference in a new issue