don't send real-time updates of replies to blocked users
this is in line with the behaviour of a note's detailed view, which does not show me replies from users who blocked me
This commit is contained in:
@@ -831,6 +831,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||
if (data.reply) {
|
||||
this.globalEventService.publishNoteStream(data.reply.id, 'replied', {
|
||||
id: note.id,
|
||||
userId: user.id,
|
||||
});
|
||||
// 通知
|
||||
if (data.reply.userHost === null) {
|
||||
|
||||
Reference in New Issue
Block a user