Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit de468a4

Browse files
committed
Bring back media_url example parameter
1 parent 96f6c3c commit de468a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

twilio_notifications/middleware.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ def __init__(self):
5959

6060
def send_message(self, body, to):
6161
self.twilio_client.messages.create(
62-
body=body, to=to, from_=self.twilio_number
62+
body=body,
63+
to=to,
64+
from_=self.twilio_number,
65+
# media_url=['https://demo.twilio.com/owl.png']
6366
)
6467

6568

0 commit comments

Comments
 (0)