Skip to content

Commit

Permalink
add new connections services (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia authored Feb 8, 2025
1 parent 385a966 commit afe9023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/models/user/connection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ class Connection with ToStringHelper {
enum ConnectionType {
battleNet._('battlenet', 'Battle.net'),
bungieNet._('bungie', 'Bungie.net'),
bluesky._('bluesky', 'Bluesky'),
crunchyroll._('crunchyroll', 'Crunchyroll'),
domain._('domain', 'Domain'),
ebay._('ebay', 'eBay'),
epicGames._('epicgames', 'Epic Games'),
facebook._('facebook', 'Facebook'),
github._('github', 'GitHub'),
instagram._('instagram', 'Instagram'),
leagueOfLegends._('leagueoflegends', 'League of Legends'),
mastodon._('mastodon', 'Mastodon'),
paypal._('paypal', 'PayPal'),
playstation._('playstation', 'PlayStation Network'),
reddit._('reddit', 'Reddit'),
Expand Down

0 comments on commit afe9023

Please sign in to comment.