fix(platform-mcbbsnews):为mcbbsnews推送消息加上title

This commit is contained in:
Azide
2022-05-22 18:10:59 +08:00
parent 033bdb6c21
commit d2c55ca025
4 changed files with 7 additions and 1 deletions
@@ -215,7 +215,7 @@ class McbbsNews(NewMessage):
return Post(
self.name,
text=text,
text="{}\n\n{}".format(raw_post["title"], text),
url=post_url,
pics=pic_urls,
target_name=raw_post["category"],