username on sendmessage
This commit is contained in:
parent
8bd7459e12
commit
8e67e75a09
|
@ -301,7 +301,7 @@ const RocketChat = {
|
|||
_server: { id: reduxStore.getState().server.server },
|
||||
u: {
|
||||
_id: reduxStore.getState().login.user.id || '1',
|
||||
username: reduxStore.getState().login.user.id
|
||||
username: reduxStore.getState().login.user.username
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue