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
|
// biome-ignore lint/suspicious/noAsyncPromiseExecutor: FIXME
|
||||||
new Promise<Note>(async (res, rej) => {
|
new Promise<Note>(async (res, rej) => {
|
||||||
const dontFederateInitially =
|
const dontFederateInitially = data.visibility?.startsWith("hidden") === true;
|
||||||
data.localOnly || data.visibility?.startsWith("hidden") === true;
|
|
||||||
|
|
||||||
// If you reply outside the channel, match the scope of the target.
|
// 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.)
|
// 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