We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EventsPersistenceStorageController.persist_event
This issue has been migrated from #14039.
The following method is only used by test code (albeit extensively): https://github.com/matrix-org/synapse/blob/6caa3030835f879724c003a5b0dc66a6285451d8/synapse/storage/controllers/persist_events.py#L441-L474
Non-test code instead makes use of EventsPersistenceStorageController.persist_events: https://github.com/matrix-org/synapse/blob/6caa3030835f879724c003a5b0dc66a6285451d8/synapse/storage/controllers/persist_events.py#L364-L439
EventsPersistenceStorageController.persist_events
It seems sensible to remove persist_event and migrate the test code to use the plural version of the method instead.
persist_event
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #14039.
The following method is only used by test code (albeit extensively): https://github.com/matrix-org/synapse/blob/6caa3030835f879724c003a5b0dc66a6285451d8/synapse/storage/controllers/persist_events.py#L441-L474
Non-test code instead makes use of
EventsPersistenceStorageController.persist_events
: https://github.com/matrix-org/synapse/blob/6caa3030835f879724c003a5b0dc66a6285451d8/synapse/storage/controllers/persist_events.py#L364-L439It seems sensible to remove
persist_event
and migrate the test code to use the plural version of the method instead.The text was updated successfully, but these errors were encountered: