mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ifdefs for twitter & identica
This commit is contained in:
parent
9421149ffd
commit
bc0b9dd325
3 changed files with 32 additions and 3 deletions
|
@ -94,11 +94,15 @@ private volatile mapping _sigs = ([
|
|||
"_request_remove": ({ "_request_remove", 0, "_person" }),
|
||||
"_request_priv": ({ "_request_privacy", 0, "_privacy" }),
|
||||
"_request_privacy": ({ "_request_privacy", 0, "_privacy" }),
|
||||
#ifdef TWITTER
|
||||
"_request_tw": ({ "_request_twitter", 0, "_switch" }),
|
||||
"_request_twitter": ({ "_request_twitter", 0, "_switch" }),
|
||||
#endif
|
||||
#ifdef IDENTICA
|
||||
"_request_ica": ({ "_request_identica", 0, "_switch" }),
|
||||
"_request_identica": ({ "_request_identica", 0, "_switch" }),
|
||||
#endif
|
||||
#endif
|
||||
#ifdef EXPERIMENTAL
|
||||
// stuff to play around with
|
||||
"_request_pset": ({ "_request_set", 0, "_key", "_value" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue