Fixed Messaging Bug (inversed a if statement)
This commit is contained in:
@@ -264,7 +264,7 @@ public partial class MainPage : ContentPage
|
||||
if (pyload is null)
|
||||
return;
|
||||
|
||||
if (pyload.RecipientUsername == _username)
|
||||
if (pyload.RecipientUsername != _username)
|
||||
return;
|
||||
|
||||
Console.WriteLine($"[{_username}] received encrypted payload for {pyload.RecipientUsername}");
|
||||
|
||||
Reference in New Issue
Block a user