Remove Misskey from README
This commit is contained in:
parent
e2b81f819f
commit
e838a51e82
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user