-
Notifications
You must be signed in to change notification settings - Fork 37
Total ordered order for message pagination, exclude disappearing messages from backups #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Based on xmtp/xmtp-android#500 and xmtp/xmtp-react-native#753 |
|
|
||
| ## Exclude from archive-based backups | ||
|
|
||
| You can exclude messages with disappearing message settings from archive-based backups. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's clearer to say "you can exclude disappearing messages"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done - thank you so much!
Document ordered insertion-time pagination and add archive backup option to exclude disappearing messages in list-messages.mdx and archive-backups.md
Add insertion-time pagination parameters (
insertedBeforeNs,insertedAfterNs,sortBy) and examples, and documentexcludeDisappearingMessagesin archive creation with updated React Native, Kotlin, and Swift code samples.📍Where to Start
Start with pagination and parameter docs in list-messages.mdx, then review archive option changes in archive-backups.md, followed by the disappearing messages note in disappearing-messages.mdx.
Changes since #504 opened
excludeDisappearingMessagesoption [2922cd2]Macroscope summarized 3deaf5c.