Preparing search index...
The search index is not available
@bicycle-codes/ailuropoda
@bicycle-codes/ailuropoda
append
Function append
append
(
user
:
Identity
,
crypto
:
Implementation
,
opts
:
{
content
:
Content
;
getBySeq
:
(
seq
:
number
)
=>
Promise
<
SignedPost
>
;
prev
:
SignedPost
;
}
,
)
:
Promise
<
SignedPost
>
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
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bicycle-codes/ailuropoda
Loading...
Create a new message following the given previous message.