File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/docs/reference/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ Return the full channel object for the given channel. Will not work for threads.
162
162
{{ $numPins := getPinCount <channel> }}
163
163
```
164
164
165
- Return the number of pinned messages in given channel. Will not work for channels.
165
+ Return the number of pinned messages in given channel.
166
166
167
167
- ` channel ` : the channel to count pinned messages in.
168
168
@@ -172,6 +172,8 @@ Return the number of pinned messages in given channel. Will not work for channel
172
172
{{ $thread := getThread <thread> }}
173
173
```
174
174
175
+ Return the full thread object for the given thread. Will not work for channels.
176
+
175
177
- ` thread ` : the thread to get.
176
178
177
179
### removeThreadMember
You can’t perform that action at this time.
0 commit comments