From 211903f81320137c92316bc0208111f37ba34760 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 27 Jan 2025 11:13:41 +0000 Subject: [PATCH] fix(social-network) wrong instruction --- subjects/social-network/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/social-network/README.md b/subjects/social-network/README.md index 8089bbc4d..5519bcb20 100644 --- a/subjects/social-network/README.md +++ b/subjects/social-network/README.md @@ -203,7 +203,7 @@ After creating the event every user can choose one of the options for the event. Users should be able to send private messages to other users that they are following or being followed, in other words, at least one of the users must be following the other. -When a user sends a message, the recipient will instantly receive it through Websockets if they are following the sender or if the sender has a public profile. +When a user sends a message, the recipient will instantly receive it through Websockets if they are following the sender or if the recipient has a public profile. It should be able for the users to send emojis to each other.