mirror of
https://example.com
synced 2024-11-23 04:46:40 +09:00
Revert "fix: ♻️ add data.localOnly back to dontFederateInitially check"
Closes #10817
This reverts commit 31ccedf177
.
This commit is contained in:
parent
173a78a90b
commit
b87a28622a
1 changed files with 1 additions and 2 deletions
|
@ -175,8 +175,7 @@ export default async (
|
|||
) =>
|
||||
// biome-ignore lint/suspicious/noAsyncPromiseExecutor: FIXME
|
||||
new Promise<Note>(async (res, rej) => {
|
||||
const dontFederateInitially =
|
||||
data.localOnly || data.visibility?.startsWith("hidden") === true;
|
||||
const dontFederateInitially = data.visibility?.startsWith("hidden") === true;
|
||||
|
||||
// If you reply outside the channel, match the scope of the target.
|
||||
// TODO (I think it's a process that could be done on the client side, but it's server side for now.)
|
||||
|
|
Loading…
Reference in a new issue