ref
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user