Skip to content

Commit a2178c9

Browse files
authored
Merge pull request #27 from LemmyWorld/bug_fixes
Bug fixes
2 parents 667324e + 2862949 commit a2178c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plemmy/lemmyhttp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ def list_registration_applications(self, limit: int = None,
13191319

13201320
form = create_form(locals())
13211321
form["auth"] = self.key
1322+
form["unread_only"] = str(form["unread_only"]).lower()
13221323
return get_handler(
13231324
f"{self._api_url}/admin/registration_application/list",
13241325
self._headers, None, params=form

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["img*"]
77

88
[project]
99
name = "plemmy"
10-
version = "0.3.10"
10+
version = "0.3.11"
1111
authors = [
1212
{ name="Travis Kessler", email="travis.j.kessler@gmail.com" },
1313
]

0 commit comments

Comments
 (0)