mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
refactor: 🎨 Remove useless function parameter (status.instanceId doesnt exist anymore)
This commit is contained in:
parent
19f442ec65
commit
937b2c3cde
|
|
@ -953,7 +953,6 @@ export const createNewStatus = async (
|
||||||
visibility,
|
visibility,
|
||||||
sensitive: is_sensitive,
|
sensitive: is_sensitive,
|
||||||
spoilerText: spoiler_text,
|
spoilerText: spoiler_text,
|
||||||
instanceId: author.instanceId || null,
|
|
||||||
uri: uri || null,
|
uri: uri || null,
|
||||||
inReplyToPostId: inReplyTo?.id,
|
inReplyToPostId: inReplyTo?.id,
|
||||||
quotingPostId: quoting?.id,
|
quotingPostId: quoting?.id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue