V0.8.8 removed the pinning feature
This commit is contained in:
@@ -122,9 +122,7 @@ export const api = {
|
||||
// Link preview
|
||||
getLinkPreview: (url) => req('GET', `/link-preview?url=${encodeURIComponent(url)}`),
|
||||
|
||||
// Conversation pinning (pin a group to top of sidebar)
|
||||
pinConversation: (groupId) => req('POST', `/groups/${groupId}/pin`),
|
||||
unpinConversation: (groupId) => req('DELETE', `/groups/${groupId}/pin`),
|
||||
|
||||
|
||||
// VAPID key management (admin only)
|
||||
generateVapidKeys: () => req('POST', '/push/generate-vapid'),
|
||||
|
||||
Reference in New Issue
Block a user