chore: Update matrix dart sdk
This commit is contained in:
parent
1334909a62
commit
4f3629ccf4
4 changed files with 10 additions and 8 deletions
|
|
@ -498,10 +498,12 @@ class Message extends StatelessWidget {
|
|||
CrossAxisAlignment
|
||||
.start,
|
||||
children: <Widget>[
|
||||
if (RelationshipTypes
|
||||
.reply ==
|
||||
event
|
||||
.relationshipType)
|
||||
if (event
|
||||
.inReplyToEventId(
|
||||
includingFallback:
|
||||
false,
|
||||
) !=
|
||||
null)
|
||||
FutureBuilder<Event?>(
|
||||
future: event
|
||||
.getReplyEvent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue