@bicycle-codes/ailuropoda
    Preparing search index...

    Function append

    • Create a new message following the given previous message.

      Parameters

      • user: Identity
      • crypto: Implementation
      • opts: {
            content: Content;
            getBySeq: (seq: number) => Promise<SignedPost>;
            prev: SignedPost;
        }

      Returns Promise<SignedPost>