usingNotificationUri method

bool usingNotificationUri(
  1. Notification notification
)

Implementation

bool usingNotificationUri(Notification notification) {
  return notification.reason == "quote" || notification.reason == "mention";
}