-
Notifications
You must be signed in to change notification settings - Fork 363
Implement the push rules for experimental MSC4306: Thread Subscriptions. #18762
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
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.
I don't know what I'm looking at when at when it comes to push rules
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.
No hard blockers from me, but it would be good to fix/add comments for the rest of the threads on this PR.
build_rust.py
Outdated
@@ -19,7 +19,7 @@ def build(setup_kwargs: Dict[str, Any]) -> None: | |||
# This flag is a no-op in the latest versions. Instead, we need to | |||
# specify this in the `bdist_wheel` config below. | |||
py_limited_api=True, | |||
# We always build in release mode, as we can't distinguish | |||
# We always build in release mode, as we can't distinguish |
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.
FYI this has already been fixed in 25289b6.
But no harm in including it in this PR.
aed6d75
to
29c1ae4
Compare
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
36a380a
to
08725b5
Compare
91eb150
to
618ef20
Compare
CI failures are not related to this PR (ongoing issue on develop) |
Follows: #18756
Implements: MSC4306
Base:
rei/t2_msc4306_conflict
This pull request is commit-by-commit review friendly.
Add MSC4306's default push rules
Add batch
get_subscribers_to_thread
Optimise push rule evaluation by getting subscribers in batch