remove forum_enabled toggle: subscribing IS trusting, no intermediate state
This commit is contained in:
parent
f405e7510f
commit
c6ed2d5c5e
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ class ForumPlugin:
|
|||
try:
|
||||
core = sqlite3.connect(self._core_db_path)
|
||||
rows = core.execute(
|
||||
"SELECT dest_hash FROM subscriptions WHERE forum_enabled = 1"
|
||||
"SELECT dest_hash FROM subscriptions"
|
||||
).fetchall()
|
||||
core.close()
|
||||
for row in rows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue