mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 17:30:51 +00:00
Fix bot access to send messages under other persons (#8633)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
eb86e24cb2
commit
7e6710660d
@ -325,7 +325,7 @@ export class TSessionManager implements SessionManager {
|
|||||||
uuid: info.account,
|
uuid: info.account,
|
||||||
socialIds: info.socialIds.map((it) => it._id),
|
socialIds: info.socialIds.map((it) => it._id),
|
||||||
primarySocialId,
|
primarySocialId,
|
||||||
fullSocialIds: [],
|
fullSocialIds: info.socialIds,
|
||||||
role
|
role
|
||||||
},
|
},
|
||||||
info,
|
info,
|
||||||
|
Loading…
Reference in New Issue
Block a user