Profiles should be fine now. I just need to do server code that's it

This commit is contained in:
2026-01-19 19:43:36 -07:00
parent d0bd8c796e
commit ab12e135dd
4 changed files with 91 additions and 125 deletions

View File

@@ -9,10 +9,6 @@ public class ProfileMessageResponse
[JsonProperty("id")]
public BigInteger ID { get; set; }
[Preserve]
[JsonProperty("userId")]
public BigInteger UserID { get; set; }
[Preserve]
[JsonProperty("content")]
public string Content { get; set; }