forked from bluesky-social/atproto
-
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.
✨ Add events for account and record update/delete/deactivation (blues…
…ky-social#2661) * ✨ Add events for account and record update/delete/deactivation * ✨ Add handle change event * ✨ Reduce account events to 2 types and record events to 1 * ✨ Store metadata from account, identity and record events * ✨ Add created event for record * ✨ Add ndd the new events to allowed types in emitEvent * ✨ Use string value for record op and add tombstone flag to identity event * ✨ Add active flag on account events * ✨ Change accountStatus -> status to match with firehose event * ✨ Make active flag required * 🚨 fix prettier style issue * ✨ Track record/account delete and update data in subject status (bluesky-social#2804) * ✨ Store deleted/updated event data in subject_status * 🐛 Fix query for recordDeletedAt and recordUpdatedAt * ✨ Add tombstoned status * ✨ Move from record to hosting term * ✅ Add tests for hosting params * ✨ Update lexicons for hostingStatuses * ✅ Update snapshots * ✅ Update snapshots * ✅ Update snapshots * ✨ Adjust hosting statuses * 📝 Add changeset
- Loading branch information
Showing
33 changed files
with
1,708 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@atproto/ozone": patch | ||
"@atproto/api": patch | ||
--- | ||
|
||
Add mod events and status filter for account and record hosting status |
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
Oops, something went wrong.