mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update memo comment in activity
This commit is contained in:
@@ -41,10 +41,11 @@ message ActivityPayload {
|
||||
|
||||
// ActivityMemoCommentPayload represents the payload of a memo comment activity.
|
||||
message ActivityMemoCommentPayload {
|
||||
// The memo id of comment.
|
||||
int32 memo_id = 1;
|
||||
// The memo id of related memo.
|
||||
int32 related_memo_id = 2;
|
||||
// The memo name of comment.
|
||||
// Refer to `Memo.name`.
|
||||
string memo = 1;
|
||||
// The name of related memo.
|
||||
string related_memo = 2;
|
||||
}
|
||||
|
||||
message ActivityVersionUpdatePayload {
|
||||
|
Reference in New Issue
Block a user