This commit is contained in:
tateisu 2019-11-11 21:30:49 +09:00
parent 2b274717af
commit 32b1aa81e7
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ object Action_Instance {
accountListArg = account_list1
) { ai ->
if(! ai.isNA && ai.host.equals(access_info.host, ignoreCase = true)) {
timelinePublicAround2(activity, account_list1[0], pos, status.id, type)
timelinePublicAround2(activity, ai, pos, status.id, type)
} else {
timelinePublicAround3(activity, ai, pos, status, type)
}