Merge branch 'main' into add-syphon

This commit is contained in:
Thibault Martin
2022-09-15 16:22:10 +02:00
committed by GitHub
3 changed files with 1472 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@ import {Tensor} from "./Tensor.js";
import {Fluffychat} from "./Fluffychat.js";
import {NeoChat} from "./NeoChat.js";
import {Syphon} from "./Syphon.js";
import {Thunderbird} from "./Thunderbird.js";
export function createClients() {
return [
@@ -35,5 +36,6 @@ export function createClients() {
new Fluffychat(),
new NeoChat(),
new Syphon(),
new Thunderbird(),
];
}