Realtime call participants

🐛 Fix update, delete message wont send websocket packet
This commit is contained in:
2025-05-25 19:48:33 +08:00
parent b4c26f2d55
commit cbe913e535
11 changed files with 3851 additions and 32 deletions

View File

@ -2,7 +2,7 @@ using NodaTime;
namespace DysonNetwork.Sphere.Account;
public enum RelationshipStatus
public enum RelationshipStatus : short
{
Friends = 100,
Pending = 0,