Differences From
Artifact [131fc4292b]:
1 1 -- vim: ft=terra
2 2 local m = {
3 3 timepoint = lib.osclock.time_t;
4 - scope = lib.enum {
5 - 'public', 'private', 'local';
6 - 'personal', 'direct', 'circle';
7 - };
8 4 noticetype = lib.enum {
9 5 -- only add new values to the end of this list! the numerical value
10 6 -- is stored in the database and must be kept synchronized across versions
11 7 'none', 'mention', 'reply', 'like', 'rt', 'react', 'follow', 'followreq'
12 8 };
13 9
14 10 relation = lib.set {