Migrate collections to new stores, change some conventions
This commit is contained in:
@@ -135,7 +135,7 @@ export const ROOMS = 10009
|
||||
export const FEEDS = 10014
|
||||
export const TOPICS = 10015
|
||||
export const EMOJIS = 10030
|
||||
export const INBOX_RELAYS = 10050
|
||||
export const MESSAGING_RELAYS = 10050
|
||||
export const BLOSSOM_SERVERS = 10063
|
||||
export const FILE_SERVERS = 10096
|
||||
export const RELAY_MEMBERS = 13534
|
||||
|
||||
@@ -5,7 +5,7 @@ import {last, normalizeUrl, stripProtocol} from "@welshman/lib"
|
||||
export enum RelayMode {
|
||||
Read = "read",
|
||||
Write = "write",
|
||||
Inbox = "inbox",
|
||||
Messages = "messages",
|
||||
}
|
||||
|
||||
export type RelayProfile = {
|
||||
|
||||
Reference in New Issue
Block a user