From 96f9dba59543b05d31f9f06757e58c92640db89a Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 23 Jun 2017 20:56:55 +1000 Subject: [PATCH] Document the reply / button compatibility state --- docs/api/structures/notification-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/notification-action.md b/docs/api/structures/notification-action.md index 59a0fb566736..d39a97da24a8 100644 --- a/docs/api/structures/notification-action.md +++ b/docs/api/structures/notification-action.md @@ -7,7 +7,7 @@ | Action Type | Platform Support | Limitations | |-------------|------------------|-------------| -| `button` | macOS | Maximum of one button, if multiple are provided only the last is used | +| `button` | macOS | Maximum of one button, if multiple are provided only the last is used. This action is also incomptible with `hasReply` and will be ignored if `hasReply` is `true`. | ### Button support on macOS