-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Google Chat have some caveats regarding OS notification display when pushing messages.
- Desktop OS notification only display plain-text content (
textfield): https://developers.google.com/workspace/chat/api/reference/rpc/google.chat.v1#google.chat.v1.Message.FIELDS.string.google.chat.v1.Message.text - Mobile OS notification only display fallback content (
fallback_text_field): https://developers.google.com/workspace/chat/api/reference/rpc/google.chat.v1#google.chat.v1.Message.FIELDS.string.google.chat.v1.Message.fallback_text
So, it would be nice to support:
- both
textandcardV2: I think having a dedicatedtextfield along the currentcardsV2one. AND ALSO an option to just reuse notification message as currently when nocardsV2is provided. fallback_text: I think having a dedicatedfallback_text(or any other case) field along the currentcardV2one. AND ALSO an option to juste reuse notification message.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels