Skip to content

Commit 76d77b9

Browse files
committed
Avoid EITHER and OR by using MAY as suggested by @Johennes
1 parent 7ae226e commit 76d77b9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

proposals/4287-shared-key-backup-preference.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ When a user signs in to a client which supports encryption and key backup:
4848

4949
* If this event type does not exist in account data, or if it does not contain
5050
the `enabled` property, or if the value of `enabled` is not a boolean value,
51-
clients MUST ignore the existing value and:
52-
53-
* EITHER choose whether to perform key backup (possibly based on user input)
54-
and update account data to reflect the choice,
55-
56-
* OR not perform key backup.
51+
clients MUST ignore the existing value and MAY decide whether or not to
52+
perform key backup, possibly based on user input.
5753

5854
### Behaviour on setting change
5955

0 commit comments

Comments
 (0)