discourse/update.py: add missing plugins

(cherry picked from commit 32e24e792caefa1de46bf20da2ba4d8fbbf035dc)
This commit is contained in:
Ryan Mulligan 2021-08-05 10:16:15 -07:00 committed by talyz
parent a9358e80fc
commit 48f779f37d
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B
1 changed files with 4 additions and 0 deletions

View File

@ -187,9 +187,13 @@ def update_plugins():
""" """
plugins = [ plugins = [
{'name': 'discourse-calendar'},
{'name': 'discourse-canned-replies'}, {'name': 'discourse-canned-replies'},
{'name': 'discourse-checklist'},
{'name': 'discourse-data-explorer'},
{'name': 'discourse-github'}, {'name': 'discourse-github'},
{'name': 'discourse-math'}, {'name': 'discourse-math'},
{'name': 'discourse-migratepassword', 'owner': 'discoursehosting'},
{'name': 'discourse-solved'}, {'name': 'discourse-solved'},
{'name': 'discourse-spoiler-alert'}, {'name': 'discourse-spoiler-alert'},
{'name': 'discourse-yearly-review'}, {'name': 'discourse-yearly-review'},