This commit is contained in:
parent
587736bc9a
commit
14f28d27e6
|
@ -121,7 +121,7 @@ watch(() => props.channelId, async () => {
|
|||
tab.value = 'timeline';
|
||||
}
|
||||
|
||||
if (favorited.value && channel.value.lastNotedAt) {
|
||||
if ((favorited.value || channel.value.isFollowing) && channel.value.lastNotedAt) {
|
||||
const lastReadedAt: number = miLocalStorage.getItemAsJson(`channelLastReadedAt:${channel.value.id}`) ?? 0;
|
||||
const lastNotedAt = Date.parse(channel.value.lastNotedAt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue