chore: update pin modal text

This commit is contained in:
zerosoul
2022-05-25 14:08:20 +08:00
parent d649c46c21
commit 74ea8032d6
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ export default function usePinMessage(cid = null) {
}, [channel]);
return {
channel,
pins,
canPin: loginUser.is_admin || channel?.owner == loginUser.uid,
pinMessage,