add comment about sticker forwarding being disabled

Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
This commit is contained in:
Marco Antonio Alvarez 2024-01-04 13:57:16 +01:00
parent dc8cdb32f0
commit 5d93140043

View file

@ -152,6 +152,8 @@ class ActionListPresenter @Inject constructor(
add(TimelineItemAction.Reply)
}
}
// Stickers can't be forwarded (yet) so we don't show the option
// See https://github.com/element-hq/element-x-android/issues/2161
if (!timelineItem.isSticker) {
add(TimelineItemAction.Forward)
}