Skip to content

Commit

Permalink
fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
tateisu committed Nov 11, 2019
1 parent 2b27471 commit 32b1aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 32b1aa8

Please sign in to comment.