mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
parent
38182fceb3
commit
e02f375d22
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ function continueThread (state, status) {
|
|||
map.set('in_reply_to', status.id);
|
||||
map.update(
|
||||
'advanced_options',
|
||||
map => map.merge(new ImmutableMap({ do_not_federate: status.get('local_only') }))
|
||||
map => map.merge(new ImmutableMap({ do_not_federate: status.local_only }))
|
||||
);
|
||||
map.set('privacy', status.visibility);
|
||||
map.set('sensitive', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue