aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-05-20 23:12:40 +0200
committerMarius Halden <marius.h@lden.org>2016-05-20 23:12:40 +0200
commit8e4d9a1769a7d566278ed95d94a1cabd8fdc62e7 (patch)
tree046e68903b082262b76829843e72a80c3ad98ed7 /protocols/twitter
parent36e282c49b0dc22ea31c157cf9f8268d44814e06 (diff)
Re-add some macros containing urls, probably eaten by a merge
Diffstat (limited to 'protocols/twitter')
-rw-r--r--protocols/twitter/twitter_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h
index 981ec973..6833d23d 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -77,6 +77,10 @@
#define TWITTER_BLOCKS_CREATE_URL "/blocks/create/"
#define TWITTER_BLOCKS_DESTROY_URL "/blocks/destroy/"
+/* Mute URLs */
+#define TWITTER_MUTES_CREATE_URL "/mutes/users/create.json"
+#define TWITTER_MUTES_DESTROY_URL "/mutes/users/destroy.json"
+
/* Report spam */
#define TWITTER_REPORT_SPAM_URL "/users/report_spam.json"