File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ def showNotification(notification: Notification): String = {
255
255
s " You got an email from $sender with title: $title"
256
256
case SMS (number, message) =>
257
257
s " You got an SMS from $number! Message: $message"
258
+ case VoiceRecording (name, link) =>
259
+ s " You received a Voice Recording from $name! Click the link to hear it: $link"
258
260
}
259
261
}
260
262
```
@@ -267,6 +269,8 @@ def showNotification(notification: Notification): String =
267
269
s " You got an email from $sender with title: $title"
268
270
case SMS (number, message) =>
269
271
s " You got an SMS from $number! Message: $message"
272
+ case VoiceRecording (name, link) =>
273
+ s " You received a Voice Recording from $name! Click the link to hear it: $link"
270
274
```
271
275
{% endtab %}
272
276
{% endtabs %}
You can’t perform that action at this time.
0 commit comments