This commit is contained in:
Artem Tsyrulnikov
2025-12-16 15:13:33 +03:00
parent 18b30eaf7f
commit 23eb5ae13d
19 changed files with 115 additions and 126 deletions

View File

@@ -29,7 +29,7 @@ async def update_creative(
if input.name:
creative.name = input.name
if input.text:
creative.text = input.text
creative.text = domain.replace_invite_link_with_tag(input.text)
if input.status:
creative.status = input.status