chore: new content topic

This commit is contained in:
Danish Arora 2025-08-29 15:59:45 +05:30
parent 4b96bedcdd
commit b4d29c21d8
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -4,11 +4,11 @@ import { MessageType } from "./types";
* Content topics for different message types
*/
export const CONTENT_TOPICS: Record<MessageType, string> = {
[MessageType.CELL]: '/opchan/1/cell/proto',
[MessageType.POST]: '/opchan/1/post/proto',
[MessageType.COMMENT]: '/opchan/1/comment/proto',
[MessageType.VOTE]: '/opchan/1/vote/proto',
[MessageType.MODERATE]: '/opchan/1/moderate/proto'
[MessageType.CELL]: '/opchan-sds/1/cell/proto',
[MessageType.POST]: '/opchan-sds/1/post/proto',
[MessageType.COMMENT]: '/opchan-sds/1/comment/proto',
[MessageType.VOTE]: '/opchan-sds/1/vote/proto',
[MessageType.MODERATE]: '/opchan-sds/1/moderate/proto'
};
export const NETWORK_CONFIG = {