added comment explaining purpose of filter
This commit is contained in:
parent
b630d5f1d2
commit
061fd361a6
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ extension IsStateExtension on Event {
|
|||
(isState || !AppConfig.hideAllStateEvents) &&
|
||||
// #Pangea
|
||||
content.tryGet(ModelKey.transcription) == null &&
|
||||
// if sending of transcription fails,
|
||||
// don't show it as a errored audio event in timeline.
|
||||
((unsigned?['extra_content']
|
||||
as Map<String, dynamic>?)?[ModelKey.transcription] ==
|
||||
null) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue