mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
[mastodon-client] Update FIXMEs
This commit is contained in:
parent
f1f0fa3bc7
commit
35e35c0998
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user