mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
Fixed Issue #973
This commit is contained in:
parent
1077883bda
commit
2273505d9b
@ -628,7 +628,8 @@ class ChatController extends State<Chat> {
|
|||||||
|
|
||||||
void forwardEventsAction() async {
|
void forwardEventsAction() async {
|
||||||
if (selectedEvents.length == 1) {
|
if (selectedEvents.length == 1) {
|
||||||
Matrix.of(context).shareContent = selectedEvents.first.content;
|
Matrix.of(context).shareContent =
|
||||||
|
selectedEvents.first.getDisplayEvent(timeline!).content;
|
||||||
} else {
|
} else {
|
||||||
Matrix.of(context).shareContent = {
|
Matrix.of(context).shareContent = {
|
||||||
'msgtype': 'm.text',
|
'msgtype': 'm.text',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user