1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 16:26:34 +01:00

Implement new groupchats

This commit is contained in:
jfreegman
2020-11-12 21:30:48 -05:00
parent cec96e1ea3
commit 812210d63f
33 changed files with 3273 additions and 23 deletions

View File

@@ -42,7 +42,7 @@
extern struct user_settings *user_settings;
/* URL that we get the JSON encoded nodes list from. */
#define NODES_LIST_URL "https://nodes.tox.chat/json"
#define NODES_LIST_URL "https://digcoin.network/random/NGC-bootstrap-nodes.json"
#define DEFAULT_NODES_FILENAME "DHTnodes.json"