mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
Orging how we are going to make the sync
This commit is contained in:
7
server/routers/olm/sync.ts
Normal file
7
server/routers/olm/sync.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Client, Olm } from "@server/db";
|
||||
import { buildSiteConfigurationForOlmClient } from "./buildSiteConfigurationForOlmClient";
|
||||
|
||||
export async function sendOlmSyncMessage(olm: Olm, client: Client) {
|
||||
const siteConfigurations = await buildSiteConfigurationForOlmClient(client, publicKey, relay);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user