Handle status-group-closed-too-soon bug
parent
b11b8be11e
commit
a28c3f9eba
|
@ -124,7 +124,9 @@ class MultiStatus:
|
||||||
if not subs:
|
if not subs:
|
||||||
group_clear()
|
group_clear()
|
||||||
|
|
||||||
self._status_groups[group_key][0].add(msg)
|
group = self._status_groups.get(group_key)
|
||||||
|
if group:
|
||||||
|
group[0].add(msg)
|
||||||
ret = pop_from_group_and_maybe_clear_group
|
ret = pop_from_group_and_maybe_clear_group
|
||||||
|
|
||||||
self.render()
|
self.render()
|
||||||
|
|
Loading…
Reference in New Issue