nuclearace / SwiftDiscord

Discord API Client for Swift
MIT License
120 stars 25 forks source link

Add support for non-guild presences #90

Closed dropbear32 closed 4 years ago

dropbear32 commented 4 years ago

The presences of users that the current user has DMs with and is friends with are sent as part of the initial READY frame but are currently ignored. This adds support for these presences.

dropbear32 commented 4 years ago

This should go to the development branch, my bad.