handlematrix: include stream order in response

This commit is contained in:
Tulir Asokan
2025-04-11 23:00:45 +03:00
parent a64a178dc3
commit 5421de8e76
+1
View File
@@ -330,6 +330,7 @@ func (t *TelegramClient) HandleMatrixMessage(ctx context.Context, msg *bridgev2.
ContentURI: contentURI,
},
},
StreamOrder: int64(tgMessageID),
}
return
}