summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/instance.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/instance.hpp b/include/instance.hpp
index 3a0e2a3..3bcbaa3 100644
--- a/include/instance.hpp
+++ b/include/instance.hpp
@@ -271,6 +271,9 @@ public:
* The `body` of the returned @link answer_type answer @endlink
* contains only the URI, not the whole JSON response.
*
+ * Note that the required scopes may be different between Mastodon and
+ * other implementations, like Pleroma.
+ *
* @param client_name The name of your application.
* @param scopes Space separated list of scopes. Defaults to
* “read” if empty.