mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-04 03:07:36 +01:00
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)
|
||||
[![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)
|
||||
@ -21,7 +21,6 @@ Whalebird is a Fediverse client app for desktop.
|
||||
- Supporting
|
||||
- Mastodon
|
||||
- Pleroma
|
||||
- Misskey
|
||||
|
||||
### Shortcuts
|
||||
|
||||
|
@ -2,6 +2,6 @@ export type LocalServer = {
|
||||
id: number
|
||||
baseURL: string
|
||||
domain: string
|
||||
sns: 'mastodon' | 'pleroma' | 'misskey'
|
||||
sns: 'mastodon' | 'pleroma'
|
||||
accountId: number | null
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user