V0.8.8 removed the pinning feature

This commit is contained in:
2026-03-13 12:57:36 -04:00
parent 83b2105a9a
commit 9f7266bc6a
8 changed files with 32 additions and 193 deletions

View File

@@ -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'),