mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 11:19:30 +00:00
Clarify the difference between screen name and username (#769)
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
parent
9f9a03c54b
commit
6219f4c446
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public extension Account {
|
|||
|
||||
var safeDisplayName: String {
|
||||
if displayName.isEmpty || displayName == "" {
|
||||
return username
|
||||
return "@\(username)"
|
||||
}
|
||||
return displayName
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue