Skip to content
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

Remove Generator in store_search_entries_txn #17817

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

realtyem
Copy link
Contributor

@realtyem realtyem commented Oct 10, 2024

from SearchWorkerStore

Context: matrix-org/synapse#15439 (#15439)

Also see discussion in #17813

Pull Request Checklist

@realtyem realtyem marked this pull request as ready for review October 10, 2024 18:14
@realtyem realtyem requested a review from a team as a code owner October 10, 2024 18:14
@MadLittleMods MadLittleMods merged commit 2e5fe3f into element-hq:develop Oct 31, 2024
39 checks passed
devonh pushed a commit that referenced this pull request Nov 5, 2024
…17890)

Use more correct changelog entries for refactoring `Generator` usage

 - #17813
 - #17814
 - #17815
 - #17816
 - #17817

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants