Skip to content
Snippets Groups Projects
Forked from briar / briar
3546 commits behind the upstream repository.
  • Torsten Grote's avatar
    3dd3a186
    Add support for comments and reblogging to Blog Client · 3dd3a186
    Torsten Grote authored
    Comments and reblogs need to depend on the post they refer to.
    Since message dependencies are limited to one group,
    the post and also the comments need to be wrapped
    when commented on or reblogged to another blog.
    
    For this reason, in addition to comments, two new wrapping message types
    are introduced. They retain all data of the original messages and allow
    for reconstruction and signature verification.
    
    This commit breaks backwards compatibility with old blog posts.
    It removes the content type, title and parent ID from the post
    message structure.
    Verified
    3dd3a186
    History
    Add support for comments and reblogging to Blog Client
    Torsten Grote authored
    Comments and reblogs need to depend on the post they refer to.
    Since message dependencies are limited to one group,
    the post and also the comments need to be wrapped
    when commented on or reblogged to another blog.
    
    For this reason, in addition to comments, two new wrapping message types
    are introduced. They retain all data of the original messages and allow
    for reconstruction and signature verification.
    
    This commit breaks backwards compatibility with old blog posts.
    It removes the content type, title and parent ID from the post
    message structure.