aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-24 19:38:07 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-24 19:40:37 +0100
commit3e575ac920e87c47805eb2f0a603dfbbfcbc3e9e (patch)
tree6ea7a12e20ce1a0c749ef6d4931381a89d46fc96 /plugins/Matrix.hpp
parent97e9fcb00af17d0fd1220ce2a5b4f264bf83e8cf (diff)
Start on mastodon/pleroma
Diffstat (limited to 'plugins/Matrix.hpp')
-rw-r--r--plugins/Matrix.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp
index bae6e40..f0fe840 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -525,7 +525,6 @@ namespace QuickMedia {
void clear_sync_cache_for_new_sync();
std::shared_ptr<UserInfo> get_user_by_id(RoomData *room, const std::string &user_id);
std::string get_filter_cached();
- DownloadResult download_json(rapidjson::Document &result, const std::string &url, std::vector<CommandArg> additional_args, bool use_browser_useragent = false, std::string *err_msg = nullptr) const;
private:
std::vector<std::unique_ptr<RoomData>> rooms;
std::unordered_map<std::string, size_t> room_data_by_id; // value is an index into |rooms|