mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix pinned statuses gone missing
This commit is contained in:
parent
86ec30852c
commit
d9b9c04ec0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ function AccountStatuses() {
|
|||
if (pinnedStatuses?.length) {
|
||||
pinnedStatuses.forEach((status) => {
|
||||
status._pinned = true;
|
||||
saveStatus(status, instance);
|
||||
});
|
||||
if (pinnedStatuses.length >= 3) {
|
||||
const pinnedStatusesIds = pinnedStatuses.map((status) => status.id);
|
||||
|
|
Loading…
Add table
Reference in a new issue