mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
fix thread fallback (#1478)
This commit is contained in:
parent
1ff312d236
commit
c0abb0d50d
3 changed files with 8 additions and 3 deletions
|
|
@ -380,3 +380,7 @@ export const getLatestEditableEvt = (
|
|||
}
|
||||
return undefined;
|
||||
};
|
||||
|
||||
export const reactionOrEditEvent = (mEvent: MatrixEvent) =>
|
||||
mEvent.getRelation()?.rel_type === RelationType.Annotation ||
|
||||
mEvent.getRelation()?.rel_type === RelationType.Replace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue