mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -04:00
Added content warnings to templates as $safe_text. Content warnings will be shown by default on GUI for now
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user