乱了, 懒得说是什么
This commit is contained in:
@@ -7,7 +7,7 @@ type AppState = {
|
||||
openUserInfo: (user: Chat | User | string) => void,
|
||||
openEditMyProfile: () => void,
|
||||
openAddFavouriteChat: () => void,
|
||||
openChat: (chat: string | Chat) => void,
|
||||
openChat: (chat: string | Chat, inDialog?: boolean) => void,
|
||||
closeChat: () => void,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user