From 61878d6371a42b36eb70f21feeee5fa64bd3329a Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Mar 2018 14:16:45 +0100 Subject: [PATCH] Added note that media attachements can not be base64-encoded --- src/mastodon-cpp.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mastodon-cpp.hpp b/src/mastodon-cpp.hpp index d559637..d954587 100644 --- a/src/mastodon-cpp.hpp +++ b/src/mastodon-cpp.hpp @@ -43,6 +43,8 @@ namespace Mastodon /*! * @brief Class for the Mastodon API. All input is expected to be UTF-8. * Binary data must be base64-encoded or a filename. + * + * It appears that media attachements can not be base64 encoded. * @section error Error codes * mastodon-cpp will never use error codes below 11, except 0. * | Code | Explanation |