Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete thread server API #1401

Open
GuillaumeSalles opened this issue Jan 12, 2024 · 0 comments
Open

Delete thread server API #1401

GuillaumeSalles opened this issue Jan 12, 2024 · 0 comments
Assignees
Labels

Comments

@GuillaumeSalles
Copy link
Contributor

GuillaumeSalles commented Jan 12, 2024

REST

DELETE /v2/rooms/{roomId}/threads/{threadId}

@liveblocks/node

liveblocks.deleteThread(options: { roomId: string, threadId: string }): Promise<void>

Implementation details

  • Broadcast event to connected users
  • No webhooks
  • Delete association InboxNotification if necessary
  • Keep deleted thread id in the database

Requested By

@GuillaumeSalles GuillaumeSalles added the feature request Feature requested by the community label Jan 12, 2024
@adigau adigau added the public repo label Apr 15, 2024 — with Linear
@adigau adigau removed feature request Feature requested by the community public repo labels Apr 15, 2024
@adigau adigau added the 🏢 Building label Apr 24, 2024 — with Linear
@adigau adigau added the Engineering label May 9, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants