mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Fix pinning event in a room which hasn't had events pinned in before
This commit is contained in:
parent
e290fdaabc
commit
0e51fcc761
@ -179,7 +179,7 @@ export default class MessageContextMenu extends React.Component {
|
||||
pinnedIds.push(eventId);
|
||||
cli.setRoomAccountData(room.roomId, ReadPinsEventId, {
|
||||
event_ids: [
|
||||
...room.getAccountData(ReadPinsEventId)?.getContent()?.event_ids,
|
||||
...(room.getAccountData(ReadPinsEventId)?.getContent()?.event_ids || []),
|
||||
eventId,
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user