filter redacted events from _practiceActivityEvents to prevent them from being sent to the choreographer
This commit is contained in:
parent
70db558bf4
commit
e48d8d57c9
1 changed files with 1 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ class PangeaMessageEvent {
|
|||
timeline,
|
||||
PangeaEventTypes.pangeaActivity,
|
||||
)
|
||||
.where((event) => !event.redacted)
|
||||
.toList();
|
||||
|
||||
final List<PracticeActivityEvent> practiceEvents = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue