Sync: Allow custom timestamp; return correct data structure.

This commit is contained in:
Paul
2021-06-01 13:25:47 +01:00
parent 62ffa10939
commit a4c1fee4cc
3 changed files with 24 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ pub enum ClientboundNotification {
},
UserSettingsUpdate {
id: String,
update: HashMap<String, String>
update: JsonValue
}
}