This commit is contained in:
ajvpot
2025-08-19 06:23:52 +02:00
parent 4d48589cef
commit 3aec06782d
+1
View File
@@ -69,6 +69,7 @@ export async function getLatestChatMessages({ limit = 20, before, after, channel
}
// Add region filtering if specified
// todo: generate these from the regions.ts file
if (region) {
if (region === 'seattle') {
where.push("arrayExists(x -> x.1 = 'tcp://mqtt.davekeogh.com:1883' AND (x.2 = 'meshcore' OR x.2 = 'meshcore/salish'), topic_broker_array)");