mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
fix params
This commit is contained in:
parent
7c08ea3232
commit
688d283986
@ -132,9 +132,9 @@ const pagination = {
|
||||
: state === "suspended"
|
||||
? { suspended: true }
|
||||
: state === "blocked"
|
||||
? { silenced: true }
|
||||
: state === "silenced"
|
||||
? { blocked: true }
|
||||
: state === "silenced"
|
||||
? { silenced: true }
|
||||
: state === "notResponding"
|
||||
? { notResponding: true }
|
||||
: {}),
|
||||
|
Loading…
Reference in New Issue
Block a user