Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cblgh committed Mar 6, 2021
1 parent 190865b commit 2e35f26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions views/channel-archiving.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ const Writable = require('readable-stream').Writable
const makeView = require('kappa-view')

/* view data structure
archive!<channelname>: '<pubkey of archivist>@<sequence of message for archivist's feed>'
archive!default: 'feed..b01@1337'
1. archive!<channelname>: '<pubkey of archivist>@<sequence of message for archivist's feed>'
example:
archive!default: 'feed..b01@1337'
2. unarchive!<channelname>: '<pubkey of archivist>@<sequence of message for archivist's feed>'
example:
archive!default: 'feed..b01@1337'
message schema:
{
Expand Down

0 comments on commit 2e35f26

Please sign in to comment.