filter redacted events from _practiceActivityEvents to prevent them from being sent to the choreographer

This commit is contained in:
ggurdin 2024-11-06 09:30:11 -05:00
parent 70db558bf4
commit e48d8d57c9
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -596,6 +596,7 @@ class PangeaMessageEvent {
timeline,
PangeaEventTypes.pangeaActivity,
)
.where((event) => !event.redacted)
.toList();
final List<PracticeActivityEvent> practiceEvents = [];