Skip to content

Wallabag: fix archive_finished initialization logic - #14221

Merged
Frenzie merged 4 commits into
masterfrom
Frenzie-patch-1
Aug 27, 2025
Merged

Wallabag: fix archive_finished initialization logic#14221
Frenzie merged 4 commits into
masterfrom
Frenzie-patch-1

Conversation

@Frenzie

@Frenzie Frenzie commented Aug 24, 2025

Copy link
Copy Markdown
Member

Closes #14214.


This change is Reviewable

@Frenzie Frenzie added this to the 2025.10 milestone Aug 24, 2025
@Frenzie Frenzie added the Plugin label Aug 24, 2025
@Frenzie

Frenzie commented Aug 24, 2025

Copy link
Copy Markdown
Member Author

Well, that's odd. I haven't known luacheck to fail at parsing basic Lua like this. Oh well, I'm not attached to doing it as a one-liner so I'll just placate it.

> bla = lala == nil and '1' or '2'
> print(bla)
1
> lala = ''
> bla = lala == nil and '1' or '2'
> print(bla)
2

@Frenzie
Frenzie merged commit 42b61d2 into master Aug 27, 2025
6 checks passed
@Frenzie
Frenzie deleted the Frenzie-patch-1 branch August 27, 2025 16:13
0xstillb pushed a commit to 0xstillb/koreader-thai that referenced this pull request May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wallabag: "Mark finished articles as read" automatically re-enables

1 participant