remove delete useless methods

This commit is contained in:
Peter Maquiran
2022-01-13 10:55:40 +01:00
parent 3565d5ceb2
commit 0f3f0e60df
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
export interface Ts { interface Ts {
$date: any; $date: any;
} }
export interface U { interface U {
_id: string; _id: string;
username: string; username: string;
name: string; name: string;
-2
View File
@@ -76,8 +76,6 @@ export class RoomService {
this.hasLoadHistory = true this.hasLoadHistory = true
} }
create() {}
deleteMessage(msgId) {}
ReactToMessage() {} ReactToMessage() {}
private calDateDuration(date = null) { private calDateDuration(date = null) {