Remove Misskey from README

This commit is contained in:
AkiraFukushima 2023-09-29 22:41:57 +09:00
parent e2b81f819f
commit e838a51e82
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Whalebird https://github.com/h3poteto/megalodon/pull/1920# Whalebird
[![Build](https://github.com/h3poteto/whalebird-desktop/actions/workflows/build.yml/badge.svg)](https://github.com/h3poteto/whalebird-desktop/actions/workflows/build.yml) [![Build](https://github.com/h3poteto/whalebird-desktop/actions/workflows/build.yml/badge.svg)](https://github.com/h3poteto/whalebird-desktop/actions/workflows/build.yml)
[![GitHub release](http://img.shields.io/github/release/h3poteto/whalebird-desktop.svg)](https://github.com/h3poteto/whalebird-desktop/releases) [![GitHub release](http://img.shields.io/github/release/h3poteto/whalebird-desktop.svg)](https://github.com/h3poteto/whalebird-desktop/releases)
[![Mac App Store](https://img.shields.io/itunes/v/6445864587)](https://apps.apple.com/us/app/whalebird/id6445864587) [![Mac App Store](https://img.shields.io/itunes/v/6445864587)](https://apps.apple.com/us/app/whalebird/id6445864587)
@ -21,7 +21,6 @@ Whalebird is a Fediverse client app for desktop.
- Supporting - Supporting
- Mastodon - Mastodon
- Pleroma - Pleroma
- Misskey
### Shortcuts ### Shortcuts

View File

@ -2,6 +2,6 @@ export type LocalServer = {
id: number id: number
baseURL: string baseURL: string
domain: string domain: string
sns: 'mastodon' | 'pleroma' | 'misskey' sns: 'mastodon' | 'pleroma'
accountId: number | null accountId: number | null
} }