Skip to content

Commit

Permalink
feat(matrix-client): update map event to post message sender data to …
Browse files Browse the repository at this point in the history
…include display sub handle field
  • Loading branch information
domw30 committed Aug 24, 2024
1 parent a90e016 commit f91a455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/chat/matrix/chat-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export function mapEventToPostMessage(matrixMessage, sdkMatrixClient: SDKMatrixC
lastName: '',
profileImage: '',
profileId: '',
displaySubHandle: '',
},

isAdmin: false,
Expand Down

0 comments on commit f91a455

Please sign in to comment.