mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
fix: allow updating thread title
This commit is contained in:
@@ -1051,7 +1051,7 @@ export default defineComponent({
|
||||
this.isSavingTitle = true
|
||||
|
||||
try {
|
||||
const response = await ocs.put(`/threads/${this.thread.id}/title`, {
|
||||
const response = await ocs.put(`/threads/${this.thread.id}`, {
|
||||
title: this.editedTitle.trim(),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user