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
516f960a
Commit
516f960a
authored
6 years ago
by
Krombel
Browse files
Options
Downloads
Patches
Plain Diff
add changelog
parent
3366b9c5
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
changelog.d/3534.misc
+1
-0
1 addition, 0 deletions
changelog.d/3534.misc
synapse/rest/client/v1/directory.py
+1
-1
1 addition, 1 deletion
synapse/rest/client/v1/directory.py
with
2 additions
and
1 deletion
changelog.d/3534.misc
0 → 100644
+
1
−
0
View file @
516f960a
refactor: use parse_{string,integer} and assert's from http.servlet for deduplication
This diff is collapsed.
Click to expand it.
synapse/rest/client/v1/directory.py
+
1
−
1
View file @
516f960a
...
...
@@ -18,7 +18,7 @@ import logging
from
twisted.internet
import
defer
from
synapse.api.errors
import
AuthError
,
SynapseError
from
synapse.api.errors
import
AuthError
,
Codes
,
SynapseError
from
synapse.http.servlet
import
parse_json_object_from_request
from
synapse.types
import
RoomAlias
...
...
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