parsav  Diff

Differences From Artifact [adf1545306]:

To Artifact [8b07464dc2]:


     2      2   local m = {
     3      3   	timepoint = lib.osclock.time_t;
     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
    15     15   		'mute', -- posts will be completely hidden at all times
    16     16   		'block', -- no interactions will be permitted, but posts will remain visible