Updated to latest arn API
This commit is contained in:
@ -63,7 +63,8 @@ export function forumReply(arn: AnimeNotifier) {
|
||||
|
||||
let post = {
|
||||
text: textarea.value,
|
||||
threadId: thread.dataset.id,
|
||||
parentId: thread.dataset.id,
|
||||
parentType: "Thread",
|
||||
tags: []
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user