First use of #tootsdk platform detection to support both #pixelfed and #mastodon

if toot.instance?.flavour == .pixelfed {
AllNotificationsPage()
} else {
NotificationsTab()
}