mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 15:14:46 +00:00
Fix typo of double is_highlight
This commit is contained in:
@@ -769,7 +769,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
Deferred
|
||||
"""
|
||||
|
||||
is_highlight = is_highlight = 1 if _action_has_highlight(actions) else 0
|
||||
is_highlight = 1 if _action_has_highlight(actions) else 0
|
||||
|
||||
return self._simple_insert(
|
||||
table="event_push_actions_staging",
|
||||
|
||||
Reference in New Issue
Block a user