Differences From Artifact [adf1545306]:
- File store.t — part of check-in [8d35307a7f] at 2021-01-10 03:54:46 on branch trunk — add memory pool impl, handle various little details, add beginnings of mimelib (user: lexi, size: 17761) [annotate] [blame] [check-ins using]
To Artifact [8b07464dc2]:
- File store.t — part of check-in [00a6815988] at 2021-01-10 11:17:29 on branch trunk — add follow notices (user: lexi, size: 17771) [annotate] [blame] [check-ins using]
4 4 scope = lib.enum { 5 5 'public', 'private', 'local'; 6 6 'personal', 'direct', 'circle'; 7 7 }; 8 8 noticetype = lib.enum { 9 - 'none', 'mention', 'reply', 'like', 'rt', 'react' 9 + 'none', 'mention', 'reply', 'like', 'rt', 'react', 'follow' 10 10 }; 11 11 12 12 relation = lib.set { 13 13 'follow', 14 14 'subscribe', -- get a notification for every post