From def9f251739e9a0d6d0ff1c98dc4562dade3e9ef Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 15 Aug 2023 19:55:52 -0400 Subject: Implement "fill address" in instance settings Implement the "fill address" action in the instance login settings frame that is in the network tab. --- src/archive/mastodon.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/archive/mastodon.cpp') diff --git a/src/archive/mastodon.cpp b/src/archive/mastodon.cpp index 297383e..01d476d 100644 --- a/src/archive/mastodon.cpp +++ b/src/archive/mastodon.cpp @@ -70,6 +70,11 @@ bool MastodonArchive::is_status_type_allowed(StatusType status_type, ViewStatusT } } +const QString MastodonArchive::get_instance_address() { + // TODO: implement + return "https://example.com"; +} + // specific to Mastodon ActivityStreams archives StatusType MastodonArchive::get_status_type(QJsonObject obj) { /* -- cgit v1.2.3-54-g00ecf