Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
94440ae9
Commit
94440ae9
authored
6 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Patches
Plain Diff
fix imports
parent
2172a3d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
synapse/visibility.py
+1
-0
1 addition, 0 deletions
synapse/visibility.py
tests/test_visibility.py
+1
-0
1 addition, 0 deletions
tests/test_visibility.py
with
2 additions
and
0 deletions
synapse/visibility.py
+
1
−
0
View file @
94440ae9
...
@@ -17,6 +17,7 @@ import logging
...
@@ -17,6 +17,7 @@ import logging
import
operator
import
operator
import
six
import
six
from
twisted.internet
import
defer
from
twisted.internet
import
defer
from
synapse.api.constants
import
EventTypes
,
Membership
from
synapse.api.constants
import
EventTypes
,
Membership
...
...
This diff is collapsed.
Click to expand it.
tests/test_visibility.py
+
1
−
0
View file @
94440ae9
...
@@ -19,6 +19,7 @@ from twisted.internet.defer import succeed
...
@@ -19,6 +19,7 @@ from twisted.internet.defer import succeed
from
synapse.events
import
FrozenEvent
from
synapse.events
import
FrozenEvent
from
synapse.visibility
import
filter_events_for_server
from
synapse.visibility
import
filter_events_for_server
import
tests.unittest
import
tests.unittest
from
tests.utils
import
setup_test_homeserver
from
tests.utils
import
setup_test_homeserver
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment