This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Clarify that an appservice can be interested in local and remote users #14000
Closed
MadLittleMods
wants to merge
16
commits into
develop
from
madlittlemods/appservice-interested-in-local-and-remote
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
99a623d
Check appservice user interest against the local users instead of all…
MadLittleMods 806b255
Remove non-appservice usages split out to other PRs
MadLittleMods 5f0f815
Add changelog
MadLittleMods a8be41b
Revert back to using our own `_matches_user_in_member_list` thing
MadLittleMods 72985df
Rename variables to 'local' to be obvious our intention
MadLittleMods 92b9da2
Fix tests
MadLittleMods 5d3c6a3
Wrapping happens at 88 chars
MadLittleMods 76435c7
Add actual homeserver tests for local/remote interesting to appservic…
MadLittleMods 4451998
Clarify interested/control and lints
MadLittleMods 1218f03
Revert mock
MadLittleMods 7bd3803
Add test descriptions
MadLittleMods d92fd2a
Revert other local change that we can't do
MadLittleMods e2d1b48
Add changelog
MadLittleMods 0214b5d
Parameterize same tests
MadLittleMods ad6fedd
Fix comment
MadLittleMods 8cad702
Typo "uninteresting"
MadLittleMods File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add tests and clarify that an application service can be interested in local and remote users. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Is there a better, more clean way to do this dance?