From 2b943fe0bfb36562993a864d3a21091025f605e0 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 25 Jan 2018 08:44:10 -0800 Subject: [PATCH] make it possible to fetch and store streaming URL --- routes/_components/Timeline.html | 4 + routes/_utils/database/databaseCore.js | 102 ++++++++++++++++++------- routes/_utils/mastodon/instance.js | 7 ++ routes/settings/instances/add.html | 8 +- 4 files changed, 93 insertions(+), 28 deletions(-) create mode 100644 routes/_utils/mastodon/instance.js diff --git a/routes/_components/Timeline.html b/routes/_components/Timeline.html index 1219627c..3e1fd849 100644 --- a/routes/_components/Timeline.html +++ b/routes/_components/Timeline.html @@ -19,6 +19,7 @@