diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/api/users.py')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/api/users.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/api/users.py b/packages/meshbay-hub/src/meshbay_hub/api/users.py index 2666e86..9b9a189 100644 --- a/packages/meshbay-hub/src/meshbay_hub/api/users.py +++ b/packages/meshbay-hub/src/meshbay_hub/api/users.py @@ -1208,6 +1208,9 @@ ALLOWED_PREF_KEYS = frozenset([ "default_tab", "music_keep_screen_on", "media_page_size", + # Whether the Members tab asks the hub to mail an invitation. Remembered + # because unticking it on every invitation is what nobody would keep doing. + "invite_email", ]) # `default_tab:<group_id>`, which is what the SPA writes (group-page.js). The |