Profiles should be fine now. I just need to do server code that's it
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user