-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GODT-1757): Flag updates can only be applied through responders
We should only apply flag updates through responders as it possible to run into a sequence of events where an exist responder hasn't been processed yet. Attempting to apply the flag changes during a state update will result in an error or no op. The error was not reproducible at the moment since the state filter would fail to queue the update as the message did not exist yet. Finally the whole issue is currently masked since we get the new message for the snap shot directly from the database. I ran into this issue with local changes where this was no longer the case.
- Loading branch information
1 parent
1cf7ad5
commit 81b1a3a
Showing
3 changed files
with
81 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters