1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
psyced/place/notify.c
psyc://loupsycedyglgamf.onion/~lynX 624709914b -various little things
2016-08-20 14:47:40 +02:00

17 lines
405 B
C

// typical quiet pubsub place for receiving git2psyc notifications
#include <net.h>
#define NAME "notify"
#define SILENT
#define PLACE_HISTORY_EXPORT
#define HISTORY_METHOD "_notice_update"
#define HISTORY_GLIMPSE 4
// allow notifications from anywhere.. you may want to restrict this.
// see wikinotify.c and http://about.psyc.eu/create_place about that.
#define ALLOW_EXTERNAL
#include <place.gen>