Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add platform field to ActivityData and DiscordActivity #995

Merged
merged 4 commits into from
Jan 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update common/src/commonMain/kotlin/entity/DiscordActivity.kt
Co-authored-by: Luca Kellermann <lukellmann@gmail.com>
giginet and lukellmann authored Jan 5, 2025
commit 4500e42cfdbab9c2d38cc8b7624e3667e74307a1
2 changes: 1 addition & 1 deletion common/src/commonMain/kotlin/entity/DiscordActivity.kt
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
Entry("Desktop", stringValue = "desktop"),
Entry("Xbox", stringValue = "xbox"),
Entry("Samsung", stringValue = "samsung"),
Entry("IOS", stringValue = "ios"),
Entry("Ios", stringValue = "ios"),
Entry("Android", stringValue = "android"),
Entry("Embedded", stringValue = "embedded"),
Entry("PS4", stringValue = "ps4"),