This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow ThirdPartyEventRules modules to manipulate public room state #8292
Allow ThirdPartyEventRules modules to manipulate public room state #8292
Changes from 17 commits
68391e4
0503eee
9eae87d
833883e
8690c86
6eae2c1
431e3e3
529863a
699fa5b
f5b6246
e768fae
04ab21c
06deecf
6ed082d
83a20a2
0f4c1bb
3bde820
8d9b166
1ff7df9
e5b2d20
5730d17
d46396d
49e71a8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 would recommend exposing these as
@property
methods, so that they can have some docstring describing what they doThere 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 have done so in 5730d17, though I'm not sure if the contents of the docstrings were entirely what you were looking for.
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.
they look good to me