Fix presence updating

This commit is contained in:
Eejit
2022-11-16 18:03:05 -05:00
committed by GitHub
parent ff85481d3e
commit d7aeb8f5b9

View File

@@ -254,7 +254,8 @@ class Activity {
this.type === activity.type &&
this.url === activity.url &&
this.state === activity.state &&
this.details === activity.details)
this.details === activity.details &&
this.emoji === activity.emoji)
);
}