wildebeest/config/ua.ts

6 wiersze
237 B
TypeScript
Czysty Zwykły widok Historia

2023-02-07 16:03:46 +00:00
import { WILDEBEEST_VERSION, MASTODON_API_VERSION } from 'wildebeest/config/versions'
export function getFederationUA(domain: string): string {
return `Wildebeest/${WILDEBEEST_VERSION} (Mastodon/${MASTODON_API_VERSION}; +${domain})`
}