1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-08 08:09:02 +01:00

参照を別アカウントで開く際は参照に対応したサーバだけを候補に表示する

This commit is contained in:
tateisu 2022-08-02 12:28:59 +09:00
parent fc2057bb4f
commit d7365deb1f

View File

@ -268,6 +268,8 @@ fun ActMain.conversationOtherInstance(
// 疑似アカウントは後でまとめて処理する
if (a.isPseudo) continue
if( isReference && TootInstance.getCached(a)?.canUseReference != true) continue
if (statusIdOriginal != null && a.matchHost(hostOriginal)) {
// アクセス情報ステータスID でアクセスできるなら
// 同タンスのアカウントならステータスIDの変換なしに表示できる