[messaging] Fix import message participant uppercase (#3934)

This commit is contained in:
Weiko 2024-02-13 16:03:44 +01:00 committed by GitHub
parent 52bb33b566
commit b6a86ebf96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,7 +268,7 @@ export class FetchMessagesByBatchesService {
return {
role,
handle: address || '',
handle: address?.toLowerCase() || '',
displayName: name || '',
};
});