mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
[PR #44] [MERGED] feat(quark): switch to new API #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/javascript-client-sdk/pull/44
Author: @insertish
Created: 3/3/2022
Status: ✅ Merged
Merged: 3/22/2022
Merged by: @insertish
Base:
master← Head:quark/permissions📝 Commits (7)
ce22216feat(quark): implement new permissions system89be9bechore: make edit routes return new objectsfc543f7feat: emit delete events with objects if present41ce44cfix: set channel as inactive on delete50789aefix: set DMs as active when openingeb19ee0fix: patch user and invite routes4e9542dfeat: switch to new revolt-api📊 Changes
17 files changed (+671 additions, -1365 deletions)
View changed files
📝
README.md(+6 -2)📝
package.json(+3 -2)📝
src/Client.ts(+61 -128)📝
src/api/permissions.ts(+98 -31)➖
src/api/routes.ts(+0 -842)📝
src/index.ts(+2 -2)📝
src/maps/Bots.ts(+17 -20)📝
src/maps/Channels.ts(+131 -103)📝
src/maps/Members.ts(+40 -19)📝
src/maps/Messages.ts(+13 -14)📝
src/maps/Servers.ts(+111 -85)📝
src/maps/Users.ts(+47 -63)📝
src/tester.ts(+10 -18)📝
src/util/Unreads.ts(+1 -1)📝
src/websocket/client.ts(+31 -14)📝
src/websocket/notifications.ts(+10 -17)📝
yarn.lock(+90 -4)📄 Description
closes #43
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.