Not all reactions are removed for bulk reaction remove #10

Closed
opened 2023-10-14 06:38:05 +00:00 by cadence · 2 comments
Owner

Synapse returns about 5 events in the first chunk. I either need to request a larger chunk (hacky, has an implementation-defined upper bound) or do pagination to find all the reactions.

Unsure if this affects single reaction remove.

Synapse returns about 5 events in the first chunk. I either need to request a larger chunk (hacky, has an implementation-defined upper bound) or do pagination to find all the reactions. Unsure if this affects single reaction remove.
Author
Owner

Synapse defaults to 5. Requests for more than 1000 are capped at 1000.

Dendrite defaults to 50. Requests for more than 50 are capped at 50.

Conduit defaults to 10, caps at 100. I don't know if it rejects or caps if I go over 100.

I guess I'll ask for 50 at a time for consistency and do pagination.

Synapse defaults to 5. Requests for more than 1000 are capped at 1000. Dendrite defaults to 50. Requests for more than 50 are capped at 50. Conduit defaults to 10, caps at 100. I don't know if it rejects or caps if I go over 100. I guess I'll ask for 50 at a time for consistency and do pagination.
Author
Owner

Done in 040e987.

Done in 040e987.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cadence/out-of-your-element#10
No description provided.