SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

Exclude Disc from copy username if pomelo #174

Closed 12944qwerty closed 11 months ago

12944qwerty commented 11 months ago

Makes a change such that the discriminator is not copied for username-migrated accounts.

cryptoAlgorithm commented 11 months ago

I recommend using a tenary for this - something like pasteboard.setString(user.discriminator == "0" ? "..." : "...")

cryptoAlgorithm commented 11 months ago

Nice, formatting looks alright. Thanks for the contribution!