fluffychat merge
This commit is contained in:
commit
a3d06cebec
1 changed files with 6 additions and 2 deletions
|
|
@ -451,8 +451,12 @@ class Message extends StatelessWidget {
|
|||
crossAxisAlignment:
|
||||
CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
if (event.relationshipType ==
|
||||
RelationshipTypes.reply)
|
||||
if ({
|
||||
RelationshipTypes.reply,
|
||||
RelationshipTypes.thread,
|
||||
}.contains(
|
||||
event.relationshipType,
|
||||
))
|
||||
FutureBuilder<Event?>(
|
||||
future: event.getReplyEvent(
|
||||
timeline,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue