Tuba
Tuba copied to clipboard
feat(notifications): dont handle unknown types
Tuba would attempt to always show a notification, even if we don't implement the type yet which would lead to just a status or an account being there with no explanation. It now displays "Unknown type: $type"
Draft because there must be a better way to handle this than this switch.