mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
[messaging] Fix import message participant uppercase (#3934)
This commit is contained in:
parent
52bb33b566
commit
b6a86ebf96
@ -268,7 +268,7 @@ export class FetchMessagesByBatchesService {
|
||||
|
||||
return {
|
||||
role,
|
||||
handle: address || '',
|
||||
handle: address?.toLowerCase() || '',
|
||||
displayName: name || '',
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user