Toki icon indicating copy to clipboard operation
Toki copied to clipboard

Refactor the mentions field for the Post table.

Open purifetchi opened this issue 2 months ago • 0 comments

For now we store redundant informations in the UserMention field in the Post table. It actually takes up a ton of space and would only pose problems the bigger the database grows.

We should instead just store the IDs of the users we've mentioned, a'la the Emoji field, and then fetch all of them in bulk when rendering the status.

purifetchi avatar Apr 25 '24 08:04 purifetchi