forked from bluesky-social/indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hydrate DeleteRecords events with deleted Record
To enable Firehose users to action deleted records without necessarily storing the records being deleted (e.g. by decrementing counters, etc.), we include the record being deleted in the Firehose. This is only enabled when `hydrateRecords` is enabled, as per `UpdateRecords`. Currently, BigSky has `hydrateRecords` set to `false`. We set this to `true` so that the Firehose provided by BigSky hyrates records for `update` and `delete` events. Closes bluesky-social#927
- Loading branch information
1 parent
fd270fb
commit 2e5cc4a
Showing
2 changed files
with
92 additions
and
23 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