mirror of
https://git.leinelab.org/Mal/metasocket-cordova.git
synced 2026-03-20 14:22:26 +01:00
Approvement of reconnection.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface ChatMessage
|
||||
{
|
||||
id: number;
|
||||
userId: number;
|
||||
username: string;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user