(20241218) Can now add tags to SMS messages while sending them, and small 'limit' bug fixed in listing mails where a huge no. of tokens are being sent.
This commit is contained in:
@@ -177,7 +177,8 @@ async def send_sms(
|
||||
mongo_conn = current_app.data_mongo,
|
||||
http_client = current_app.http_client,
|
||||
auth_token = auth_token,
|
||||
messages = inbound_data.message
|
||||
messages = inbound_data.message,
|
||||
tags = inbound_data.tags
|
||||
)
|
||||
|
||||
# ┳┓
|
||||
|
||||
Reference in New Issue
Block a user