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
c177faf5
Commit
c177faf5
authored
4 years ago
by
Jason Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Remove trailing whitespace to appease the linter
Signed-off-by:
Jason Robinson
<
jasonr@matrix.org
>
parent
49c619a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/databases/main/events_forward_extremities.py
+2
-2
2 additions, 2 deletions
synapse/storage/databases/main/events_forward_extremities.py
with
2 additions
and
2 deletions
synapse/storage/databases/main/events_forward_extremities.py
+
2
−
2
View file @
c177faf5
...
...
@@ -86,8 +86,8 @@ class EventForwardExtremitiesStore(SQLBaseStore):
def
get_forward_extremities_for_room_txn
(
txn
):
sql
=
"""
SELECT event_id, state_group
FROM event_forward_extremities
SELECT event_id, state_group
FROM event_forward_extremities
NATURAL JOIN event_to_state_groups
WHERE room_id = ?
"""
...
...
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