Skip to content

Commit

Permalink
fix(social-network) wrong instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Jan 27, 2025
1 parent e3feb44 commit 4f5f0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/social-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4f5f0ac

Please sign in to comment.