summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-01-13 16:15:52 +0100
committeranoy <anoymouserver@users.noreply.github.com>2021-01-13 19:23:46 +0100
commit8b3516a9490ef1c3dd873121b5592a1ddde20328 (patch)
tree4a346a8d580232d56d53f2a7175d63ab6211a0e2 /lib
parentd5c47d7d698b6a9cd04de06956035036a9e9fe6e (diff)
fix opened state of folders is not restored
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/Folder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Db/Folder.php b/lib/Db/Folder.php
index d452bb7d4..6f208309b 100644
--- a/lib/Db/Folder.php
+++ b/lib/Db/Folder.php
@@ -167,6 +167,7 @@ class Folder extends Entity implements IAPI, \JsonSerializable
[
'id',
'name',
+ 'opened',
'feeds'
]
);