mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-19 03:29:58 +01:00
When you reply in a conversation on Mastodon, the reply option add yourself in the message. It's annoying
This commit is contained in:
parent
45bcfb5bcd
commit
619a020b93
@ -1000,6 +1000,7 @@ class ComposeActivity : BaseActivity(), OnMenuItemClickListener, OnClickListener
|
||||
}
|
||||
AccountType.MASTODON -> {
|
||||
addMastodonMentions(status.text_unescaped, status.spans, mentions)
|
||||
mentions.remove("${accountUser.screen_name}@${accountUser.key.host}")
|
||||
}
|
||||
else -> if (status.mentions.isNotNullOrEmpty()) {
|
||||
status.mentions.filterNot {
|
||||
|
Loading…
Reference in New Issue
Block a user