mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 09:05:59 -04:00
[PR #60] [MERGED] fix: move the Session type to Client.ts #80
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/60
Author: @Rexogamer
Created: 9/4/2022
Status: ✅ Merged
Merged: 11/9/2022
Merged by: @insertish
Base:
master← Head:globals-fix📝 Commits (2)
254bb3dfix: move the Session type to Client.tsfb65be6Merge branch 'revoltchat:master' into globals-fix📊 Changes
3 files changed (+3 additions, -1 deletions)
View changed files
📝
src/Client.ts(+2 -0)📝
src/globals.d.ts(+0 -1)📝
src/websocket/notifications.ts(+1 -0)📄 Description
Please make sure to check the following tasks before opening and submitting a PR
This PR moves the
Sessiontype toClient.ts, fixing an issue where the type wouldn't be available in built versions of revolt.js (Globals.d.tswasn't included in them).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.