You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -241,6 +241,9 @@ export function MessageForwardInternal({
241
241
original_timestamp: mEvent.getTs(),
242
242
original_event_private: true,
243
243
}satisfiesForwardMeta,
244
+
'com.famedly.app.forwarded': {
245
+
origin_server_ts: mEvent.getTs(),
246
+
}satisfiesMSC2723ForwardMeta,
244
247
};
245
248
}else{
246
249
content={
@@ -261,7 +264,6 @@ export function MessageForwardInternal({
261
264
'com.famedly.app.forwarded': {
262
265
event_id: eventId,
263
266
room_id: room.roomId,
264
-
sender: null,// we won't set this field, as a design decision to avoid potential privacy issues and since the sender can be inferred from the event_id and room_id if needed
0 commit comments