NDK's profileFromEvent parser replaces event's created_at #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
974788b86b/ndk/src/user/profile.ts (L23)
Issue occurs when saving the profile, if the profile event has the
created_at
in the content (payload). Thepayload
in question can overwrite event'screated_at
and replace it with the incorrect one leading to the outdated cache down the line.