Revert "[itabashi-don] Show correct acct for alternate domain"

This reverts commit d982352ce5.
This commit is contained in:
kyori19 2020-05-16 15:56:34 +09:00
parent 64550b6261
commit 371fab1ffb
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ data class AccountEntity(@field:PrimaryKey(autoGenerate = true) var id: Long,
get() = "$domain:$accountId"
val fullName: String
get() = "@$username" + if (domain == "n-sr.org") "@itabashi.0j0.jp" else "@$domain"
get() = "@$username@$domain"
override fun equals(other: Any?): Boolean {
if (this === other) return true