Deprecate UserPresence event.

This commit is contained in:
Paul
2021-07-27 14:22:41 +01:00
parent a5f7314f97
commit 2407d4da3a
2 changed files with 10 additions and 8 deletions

View File

@@ -157,10 +157,6 @@ pub enum ClientboundNotification {
user: User,
status: RelationshipStatus,
},
UserPresence {
id: String,
online: bool,
},
UserSettingsUpdate {
id: String,
update: JsonValue,