mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
remove delete useless methods
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user