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:
@@ -135,6 +135,7 @@ export interface NoteEventTypes {
|
||||
};
|
||||
replied: {
|
||||
id: MiNote['id'];
|
||||
userId: MiUser['id'];
|
||||
};
|
||||
}
|
||||
type NoteStreamEventTypes = {
|
||||
|
||||
Reference in New Issue
Block a user