Added content warnings to templates as $safe_text. Content warnings will be shown by default on GUI for now

This commit is contained in:
2022-11-10 15:32:49 -06:00
parent d6985be896
commit 3deffa57de
4 changed files with 18 additions and 12 deletions

View File

@@ -379,7 +379,7 @@ class BaseBuffer(base.Buffer):
if url == '':
toot = self.get_item()
if toot.reblog != None:
urls = utils.find_urls(toot.REBLOG)
urls = utils.find_urls(toot.reblog)
else:
urls = utils.find_urls(toot)
if len(urls) == 1: