summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-19add suppport for persisting batched events over replication github/shay/fix_git_hx_batch shay/fix_git_hx_batchH. Shay3-2/+194
2022-09-19add fucntions to persist events as a batch, encapsulate some logic in a ↵H. Shay1-44/+174
helper function
2022-09-19add some comments and sned events as a batch to be persistedH. Shay1-11/+17
2022-09-19fix tests to reflect new realityH. Shay1-2/+2
2022-09-19ditch auth events and pass state map insteadH. Shay1-17/+16
2022-09-19split out creating events for batches and add helper methods for duplicated codeH. Shay1-68/+132
2022-09-19reduce duplicated codeH. Shay2-105/+33
2022-09-19fix test to align with new behaviourH. Shay1-1/+1
2022-09-19add function to calculate event context without pulling from dbH. Shay1-1/+64
2022-09-19create events and contexts seperatelyH. Shay1-34/+84
2022-09-19