Use userId generated by back end in all message

This commit is contained in:
Gregoire Parant 2020-05-23 15:04:25 +02:00
parent ab32021fc0
commit 0c9cbca765
4 changed files with 19 additions and 19 deletions

View file

@ -1,3 +1,3 @@
export interface Identificable {
id: string;
userId: string;
}