issues
search
EionRobb
/
purple-discord
A libpurple/Pidgin plugin for Discord
GNU General Public License v3.0
382
stars
43
forks
source link
More tweaks
#382
Closed
dlmarquis
closed
3 years ago
dlmarquis
commented
3 years ago
Added an Opcode enum so communication with the gateway is more readable
Added a RelationshipType enum so that code is more readable as well
Moved message truncation into its own function to reduce duplicated code
Added detection for when a user is on mobile
Added option to fetch a smaller version of an image, because some of my servers love filling my harddrive with absolutely massive cat pictures
Changed capabilities to 125 from 61 to match the official client
Added new lines to a few print statements, made at least one string translatable, and corrected a few places that used ints instead of enum names
EionRobb
commented
3 years ago
These changes are superlative! Thank you for tidying up :)