added visible footnote

This commit is contained in:
Deven Joshi
2021-07-28 13:13:11 +05:30
parent e0ce1d5fbe
commit 2f3e42f18f
2 changed files with 6 additions and 0 deletions
@@ -136,6 +136,9 @@ class _ChannelPageState extends State<ChannelPage> {
),
);
},
deletedBottomRowBuilder: (context, message) {
return VisibleFootnote();
},
);
},
threadBuilder: (_, parentMessage) {
@@ -53,6 +53,9 @@ class _ThreadPageState extends State<ThreadPage> {
messageBuilder: (context, details, messages, defaultMessage) {
return defaultMessage.copyWith(
onReplyTap: _reply,
deletedBottomRowBuilder: (context, message) {
return VisibleFootnote();
},
);
},
pinPermissions: ['owner', 'admin', 'member'],