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

Remove display of user lastfm #6768

Merged
merged 2 commits into from Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions resources/assets/coffee/react/profile-page/links.coffee
Expand Up @@ -39,9 +39,6 @@ export class Links extends React.PureComponent
skype: (val) ->
icon: 'fab fa-skype'
url: "skype:#{val}?chat"
lastfm: (val) ->
icon: 'fab fa-lastfm'
url: "https://last.fm/user/#{val}"
location: ->
icon: 'fas fa-map-marker-alt'
occupation: ->
Expand Down Expand Up @@ -92,7 +89,7 @@ export class Links extends React.PureComponent
rows = [
['join_date', 'last_visit', 'playstyle', 'post_count'].map @renderText
['location', 'interests', 'occupation'].map @renderLink
['twitter', 'discord', 'skype', 'lastfm', 'website'].map @renderLink
['twitter', 'discord', 'skype', 'website'].map @renderLink
]

div className: bn,
Expand Down
2 changes: 0 additions & 2 deletions resources/docs/source/includes/_structures/user.md
Expand Up @@ -22,7 +22,6 @@
"total": 20,
"available": 10
},
"lastfm": null,
"location": null,
"max_blocks": 50,
"max_friends": 500,
Expand Down Expand Up @@ -172,7 +171,6 @@ interests | string? | |
join_date | Timestamp | |
kudosu.available | number | |
kudosu.total | number | |
lastfm | string? | |
location | string? | |
max_blocks | number | maximum number of users allowed to be blocked
max_friends | number | maximum number of friends allowed to be added
Expand Down
1 change: 0 additions & 1 deletion resources/lang/en/users.php
Expand Up @@ -347,7 +347,6 @@
'info' => [
'discord' => 'Discord',
'interests' => 'Interests',
'lastfm' => 'Last.fm',
'location' => 'Current Location',
'occupation' => 'Occupation',
'skype' => 'Skype',
Expand Down