diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-04-25 19:05:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 19:05:01 +0200 |
commit | e8ab2154aa57d46bffa2db1e7c1333c2fa40cb21 (patch) | |
tree | 4a3f99cc2e2f8a93fd8db06c707e8a3e5ebb84d2 /sytest-whitelist | |
parent | e95fc5c5e3e4945949fbc1e9036c599687925a4d (diff) |
Return M_NOT_FOUND for rejected events (#2371)
* Return M_NOT_FOUND for rejected events
* Add passing tests
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 2052185f..5d67aee6 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -709,4 +709,8 @@ Gapped incremental syncs include all state changes Old leaves are present in gapped incremental syncs Leaves are present in non-gapped incremental syncs Members from the gap are included in gappy incr LL sync -Presence can be set from sync
\ No newline at end of file +Presence can be set from sync +/state returns M_NOT_FOUND for a rejected message event +/state_ids returns M_NOT_FOUND for a rejected message event +/state returns M_NOT_FOUND for a rejected state event +/state_ids returns M_NOT_FOUND for a rejected state event
\ No newline at end of file |