Async news loading. (#9163)

* Async news loading.

* whoops
This commit is contained in:
Matt Atlas
2020-06-21 12:26:02 +02:00
committed by GitHub
parent c9ada1ff1d
commit eb37e6e32e
+1 -1
View File
@@ -22,7 +22,7 @@
if (config.news_use_forum_api)
load_forum_news_config()
load_from_forums()
INVOKE_ASYNC(src, .proc/load_from_forums)
..()