Skip to content

Commit 4b7bf87

Browse files
committed
fixup! docs: migrate functions reference layout to headers
Signed-off-by: Luca Zeuch <[email protected]>
1 parent a84e52f commit 4b7bf87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/reference/templates/functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Return the full channel object for the given channel. Will not work for threads.
162162
{{ $numPins := getPinCount <channel> }}
163163
```
164164

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.
166166

167167
- `channel`: the channel to count pinned messages in.
168168

@@ -172,6 +172,8 @@ Return the number of pinned messages in given channel. Will not work for channel
172172
{{ $thread := getThread <thread> }}
173173
```
174174

175+
Return the full thread object for the given thread. Will not work for channels.
176+
175177
- `thread`: the thread to get.
176178

177179
### removeThreadMember

0 commit comments

Comments
 (0)