mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-02 20:59:12 +01:00
Fix typo of double is_highlight
This commit is contained in:
parent
012e8e142a
commit
6af025d3c4
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||||
Deferred
|
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(
|
return self._simple_insert(
|
||||||
table="event_push_actions_staging",
|
table="event_push_actions_staging",
|
||||||
|
|
Loading…
Reference in a new issue