Skip to content

Commit 38f253c

Browse files
committed
Added todo comment line
1 parent acc84e6 commit 38f253c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useSendMessage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const useSendMessage = () => {
3737

3838
// Encrypt message with RSA; If the tenant enabled E2E encryption and it's not a system message
3939
if (e2e && !message.system) {
40+
// TODO: Investigation for group/community chat RSA encryption
4041
const room = rooms.find((room) => room.roomId === roomId);
4142

4243
// Find the opposing user ID among one-to-one room participants

0 commit comments

Comments
 (0)