++ aggiunta la prenotazione negli eventi. con la lista degli utenti.
This commit is contained in:
@@ -35,14 +35,8 @@ export const MsgDefault: IMessage = {
|
||||
infoevent: '',
|
||||
page: '',
|
||||
},
|
||||
origin: {
|
||||
username: '',
|
||||
idapp: '',
|
||||
},
|
||||
dest: {
|
||||
idapp: '',
|
||||
username: '',
|
||||
},
|
||||
origin: '',
|
||||
dest: '',
|
||||
message: '',
|
||||
datemsg: new Date(),
|
||||
read: false,
|
||||
@@ -71,8 +65,8 @@ export interface IMessage {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
source?: ISource
|
||||
origin?: IIdentity
|
||||
dest?: IIdentity
|
||||
origin: string
|
||||
dest: string
|
||||
message: string
|
||||
datemsg?: Date
|
||||
read?: boolean
|
||||
|
||||
Reference in New Issue
Block a user