feat: added user search to various components
This commit is contained in:
@@ -2,7 +2,7 @@ export interface Notification {
|
||||
body: string;
|
||||
title: string;
|
||||
recp: {
|
||||
uname: string | null;
|
||||
uid: string | null;
|
||||
room: string | null;
|
||||
type: "all" | "room" | "uname"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user