parent
6a321ba340
commit
3ebed5aa3e
15 changed files with 47 additions and 3 deletions
|
@ -98,6 +98,8 @@ export class AntennaService implements OnApplicationShutdown {
|
|||
if (note.visibility === 'specified') return false;
|
||||
if (note.visibility === 'followers') return false;
|
||||
|
||||
if (antenna.localOnly && noteUser.host != null) return false;
|
||||
|
||||
if (!antenna.withReplies && note.replyId != null) return false;
|
||||
|
||||
if (antenna.src === 'home') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue