]> source.dussan.org Git - gitea.git/commit
Fix viewing user subscriptions (#21482)
authorzenofile <tschubert@bafh.org>
Tue, 18 Oct 2022 08:01:02 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 08:01:02 +0000 (10:01 +0200)
commit20a5452ea64e73b921b56d39195c71514c14f3c3
tree1b8615283e9bf6a03fefe099587507e80c9687e6
parent716fcfcf72be6af854d800f3e2c885b9806577e6
Fix viewing user subscriptions (#21482)

Fix enumeration of user subscriptions. `watch.mode` is not a boolean but
a smallint.

Fixes #21447
Regression of #17156
models/issues/issue.go