From 910d8be5c7a885699f93bc66ba7d1004efdc4558 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 15 May 2018 12:29:18 +0200 Subject: [PATCH] Don't force visibility --- CMakeLists.txt | 2 +- src/mastorss.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c4fa11..cee85d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastorss - VERSION 0.6.1 + VERSION 0.6.2 LANGUAGES CXX ) diff --git a/src/mastorss.cpp b/src/mastorss.cpp index 55c1210..15a0e4e 100644 --- a/src/mastorss.cpp +++ b/src/mastorss.cpp @@ -100,8 +100,7 @@ int main(int argc, char *argv[]) API::parametermap parameters = { - { "status", { *rit } }, - { "visibility", { "public" } } + { "status", { *rit } } }; ret = masto.post(API::v1::statuses, parameters, answer);