Apparently, this exists

And I have no fucking clue how I missed it.
This commit is contained in:
Casey 2023-01-28 22:27:08 +03:00
parent 1632cddcb4
commit 8b03ccf44a
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class TelegramIntegration(BaseIntegration):
async def __call__(self, status: Status) -> Optional[str]:
source = status.reblog or status
has_spoiler = source.spoiler_text != ""
has_spoiler = source.sensitive
text = self.template.render({"status": status})
ids = []