perf(server): cache blocking
This commit is contained in:
parent
b7522f69e7
commit
0c12e80106
8 changed files with 99 additions and 65 deletions
|
|
@ -25,6 +25,8 @@ export interface InternalStreamTypes {
|
|||
remoteUserUpdated: { id: User['id']; };
|
||||
follow: { followerId: User['id']; followeeId: User['id']; };
|
||||
unfollow: { followerId: User['id']; followeeId: User['id']; };
|
||||
blockingCreated: { blockerId: User['id']; blockeeId: User['id']; };
|
||||
blockingDeleted: { blockerId: User['id']; blockeeId: User['id']; };
|
||||
policiesUpdated: Role['policies'];
|
||||
roleCreated: Role;
|
||||
roleDeleted: Role;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue