From ea0c128cf0067946cab47bdce09df791be8038f5 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 23 Dec 2024 10:31:37 +0100 Subject: Accept 'Audio' as a valid entry type. Also, done a tweak to read attributedTo fields that are a JSON object, with the id in the "id" field (returned by bandwagon.fm). --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index af6e597..b56761e 100644 --- a/snac.h +++ b/snac.h @@ -32,7 +32,7 @@ extern int dbglevel; #define L(s) (s) -#define POSTLIKE_OBJECT_TYPE "Note|Question|Page|Article|Video|Event" +#define POSTLIKE_OBJECT_TYPE "Note|Question|Page|Article|Video|Audio|Event" int mkdirx(const char *pathname); -- cgit v1.2.3