Skip to content

Commit

Permalink
fix: missing uid for modify event, closes #12394
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 6, 2024
1 parent 87a7905 commit 7c37f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/topics/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Events.log = async (tid, payload) => {
]);

let events = await modifyEvent({
uid: payload.uid,
eventIds: [eventId],
timestamps: [timestamp],
events: [payload],
Expand Down

0 comments on commit 7c37f32

Please sign in to comment.