mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-01 17:26:46 +01:00
fixed #747
This commit is contained in:
parent
add7cf309d
commit
26093da6df
@ -271,6 +271,7 @@ class StreamingService : BaseService() {
|
||||
}
|
||||
val parcelableStatus = ParcelableStatusUtils.fromStatus(status, account.key,
|
||||
account.type, homeInsertGap, profileImageSize)
|
||||
parcelableStatus.account_color = account.color
|
||||
|
||||
val currentTimeMillis = System.currentTimeMillis()
|
||||
if (lastStatusTimestamps[0] >= parcelableStatus.timestamp) {
|
||||
@ -313,6 +314,7 @@ class StreamingService : BaseService() {
|
||||
}
|
||||
val curActivity = ParcelableActivityUtils.fromActivity(activity, account.key,
|
||||
account.type, insertGap, profileImageSize)
|
||||
curActivity.account_color = account.color
|
||||
curActivity.position_key = curActivity.timestamp
|
||||
var updateId = -1L
|
||||
if (curActivity.action !in Activity.Action.MENTION_ACTIONS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user