improve chat remove loop

This commit is contained in:
Peter Maquiran
2022-01-11 15:43:09 +01:00
parent a8a1307bec
commit dcee5aa2f4
9 changed files with 96 additions and 84 deletions
+4
View File
@@ -5,5 +5,9 @@ import { Injectable } from '@angular/core';
})
export class MessageService {
channels = []
mentions = []
msg = ''
rid = ''
constructor() { }
}