[mastodon-client] Update FIXMEs

This commit is contained in:
Laura Hausmann 2023-09-26 00:03:19 +02:00
parent f1f0fa3bc7
commit 35e35c0998
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -53,7 +53,9 @@ export class UserHelpers {
query
.leftJoinAndSelect("note.renote", "renote");
//FIXME this doesn't exclude replies to your own reply to someone else's post
//this doesn't exclude replies to your own reply to someone else's post
//this also breaks when checking your own profile
//FIXME write new the replies query generator specific to the mastodon client api
generateRepliesQuery(query, !excludeReplies, localUser);
generateVisibilityQuery(query, localUser);
if (localUser) {