mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
update mx-puppet-bridge
This commit is contained in:
parent
be3f277c2e
commit
7f3ced7af2
3 changed files with 119 additions and 81 deletions
|
|
@ -1,9 +1,12 @@
|
|||
import {
|
||||
MatrixPresence,
|
||||
IFileEvent,
|
||||
IMessageEvent,
|
||||
IReceiveParams,
|
||||
IRemoteRoom,
|
||||
IRemoteGroup,
|
||||
IRemoteUser,
|
||||
IRetList,
|
||||
Log,
|
||||
PuppetBridge,
|
||||
Util,
|
||||
|
|
@ -12,18 +15,14 @@ import * as SteamUser from "steam-user";
|
|||
import * as SteamCommunity from "steamcommunity";
|
||||
import * as SteamID from "steamid";
|
||||
import {EPersonaState} from "./enum";
|
||||
import {MatrixPresence} from "mx-puppet-bridge/lib/src/presencehandler";
|
||||
import {
|
||||
AppInfo,
|
||||
IGroupDetails,
|
||||
IGroupInfo,
|
||||
IIncomingChatMessage,
|
||||
IIncomingFriendMessage,
|
||||
IPersona,
|
||||
isBBCode
|
||||
} from "./interfaces";
|
||||
import {IRetList} from "mx-puppet-bridge/src/interfaces";
|
||||
import {IRemoteGroup} from "mx-puppet-bridge/lib/src";
|
||||
|
||||
const log = new Log("MatrixPuppet:Steam");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue