We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14015 commit 7b2e247Copy full SHA for 7b2e247
content/docs/reference/templates/functions.md
@@ -33,9 +33,9 @@ Adds a member to an existing thread. Does nothing if either argument is invalid.
33
{{ closeThread <thread> <lock> }}
34
```
35
36
-Closes the given thread.
+Closes or locks the given thread. You cannot lock a closed thread, but you can close a locked thread.
37
38
-- `lock`: whether to also lock the thread. Default `false`.
+- `lock`: whether to lock the thread instead. Default `false`.
39
40
#### createForumPost
41
0 commit comments