polfan-server-js-client 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/workspace.xml +45 -53
- package/build/index.cjs.js +414 -211
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/state-tracker/RoomMessagesHistory.d.ts +15 -4
- package/build/types/state-tracker/TopicHistoryWindow.d.ts +48 -0
- package/package.json +1 -1
- package/src/state-tracker/RoomMessagesHistory.ts +27 -9
- package/src/state-tracker/TopicHistoryWindow.ts +133 -1
- package/tests/history-window.test.ts +131 -0
- package/tests/state-reconnect.test.ts +260 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,17 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/build/index.cjs.js" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/build/index.cjs.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js.map" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/build/index.umd.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/RoomMember.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/RoomMember.ts" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/SpaceMember.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/SpaceMember.ts" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateRoomMember.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateRoomMember.ts" afterDir="false" />
|
|
16
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateSpaceMember.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateSpaceMember.ts" afterDir="false" />
|
|
17
|
-
</list>
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Custom avatars support" />
|
|
18
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
19
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
20
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -32,8 +22,8 @@
|
|
|
32
22
|
<component name="Git.Settings">
|
|
33
23
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
34
24
|
<map>
|
|
35
|
-
<entry key="$PROJECT_DIR$" value="
|
|
36
|
-
<entry key="$PROJECT_DIR$/src/types" value="
|
|
25
|
+
<entry key="$PROJECT_DIR$" value="claude/avatars-room-space-support-bvrcaz" />
|
|
26
|
+
<entry key="$PROJECT_DIR$/src/types" value="main" />
|
|
37
27
|
</map>
|
|
38
28
|
</option>
|
|
39
29
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/src/types" />
|
|
@@ -48,7 +38,7 @@
|
|
|
48
38
|
<component name="GitRewordedCommitMessages">
|
|
49
39
|
<option name="commitMessagesMapping">
|
|
50
40
|
<RewordedCommitMessageMapping>
|
|
51
|
-
<option name="originalMessage" value="
|
|
41
|
+
<option name="originalMessage" value="Custom avatars support" />
|
|
52
42
|
<option name="rewordedMessage" value="Custom avatars support" />
|
|
53
43
|
</RewordedCommitMessageMapping>
|
|
54
44
|
</option>
|
|
@@ -77,34 +67,34 @@
|
|
|
77
67
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
78
68
|
<option name="showLibraryContents" value="true" />
|
|
79
69
|
</component>
|
|
80
|
-
<component name="PropertiesComponent"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
70
|
+
<component name="PropertiesComponent">{
|
|
71
|
+
"keyToString": {
|
|
72
|
+
"RunOnceActivity.MCP Project settings loaded": "true",
|
|
73
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
74
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
|
|
75
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
76
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
77
|
+
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
78
|
+
"codeWithMe.voiceChat.enabledByDefault": "false",
|
|
79
|
+
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
|
80
|
+
"git-widget-placeholder": "main",
|
|
81
|
+
"git.auto.fetch.suggestion.counter": "3",
|
|
82
|
+
"ignore.virus.scanning.warn.message": "true",
|
|
83
|
+
"junie.onboarding.icon.badge.shown": "true",
|
|
84
|
+
"last_opened_file_path": "//wsl.localhost/Debian/home/jarek/polfan-js-client-library",
|
|
85
|
+
"node.js.detected.package.eslint": "true",
|
|
86
|
+
"node.js.detected.package.tslint": "true",
|
|
87
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
88
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
89
|
+
"nodejs_package_manager_path": "npm",
|
|
90
|
+
"npm.build:node.executor": "Run",
|
|
91
|
+
"settings.editor.selected.configurable": "com.github.copilot.settings.chat.ChatConfigurable",
|
|
92
|
+
"to.speed.mode.migration.done": "true",
|
|
93
|
+
"ts.external.directory.path": "\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib",
|
|
94
|
+
"vcs.patch.to.clipboard": "true",
|
|
95
|
+
"vue.rearranger.settings.migration": "true"
|
|
106
96
|
}
|
|
107
|
-
}
|
|
97
|
+
}</component>
|
|
108
98
|
<component name="RunManager">
|
|
109
99
|
<configuration name="build:node" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
110
100
|
<package-json value="$PROJECT_DIR$/package.json" />
|
|
@@ -121,6 +111,7 @@
|
|
|
121
111
|
<item itemvalue="npm.build:node" />
|
|
122
112
|
<item itemvalue="npm.build:node" />
|
|
123
113
|
<item itemvalue="npm.build:node" />
|
|
114
|
+
<item itemvalue="npm.build:node" />
|
|
124
115
|
</list>
|
|
125
116
|
</recent_temporary>
|
|
126
117
|
</component>
|
|
@@ -250,15 +241,8 @@
|
|
|
250
241
|
<workItem from="1784102649250" duration="12484000" />
|
|
251
242
|
<workItem from="1784524117686" duration="79000" />
|
|
252
243
|
<workItem from="1784562428378" duration="25143000" />
|
|
253
|
-
<workItem from="1785316847947" duration="
|
|
254
|
-
|
|
255
|
-
<task id="LOCAL-00064" summary="Align to custom colors and nicks protocol changes">
|
|
256
|
-
<option name="closed" value="true" />
|
|
257
|
-
<created>1764688847485</created>
|
|
258
|
-
<option name="number" value="00064" />
|
|
259
|
-
<option name="presentableId" value="LOCAL-00064" />
|
|
260
|
-
<option name="project" value="LOCAL" />
|
|
261
|
-
<updated>1764688847485</updated>
|
|
244
|
+
<workItem from="1785316847947" duration="4816000" />
|
|
245
|
+
<workItem from="1785689068542" duration="2232000" />
|
|
262
246
|
</task>
|
|
263
247
|
<task id="LOCAL-00065" summary="Align to custom colors and nicks protocol changes">
|
|
264
248
|
<option name="closed" value="true" />
|
|
@@ -644,7 +628,15 @@
|
|
|
644
628
|
<option name="project" value="LOCAL" />
|
|
645
629
|
<updated>1785177501238</updated>
|
|
646
630
|
</task>
|
|
647
|
-
<
|
|
631
|
+
<task id="LOCAL-00113" summary="Custom avatars support">
|
|
632
|
+
<option name="closed" value="true" />
|
|
633
|
+
<created>1785594413374</created>
|
|
634
|
+
<option name="number" value="00113" />
|
|
635
|
+
<option name="presentableId" value="LOCAL-00113" />
|
|
636
|
+
<option name="project" value="LOCAL" />
|
|
637
|
+
<updated>1785594413375</updated>
|
|
638
|
+
</task>
|
|
639
|
+
<option name="localTasksCounter" value="114" />
|
|
648
640
|
<servers />
|
|
649
641
|
</component>
|
|
650
642
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -663,12 +655,12 @@
|
|
|
663
655
|
</RecentGroup>
|
|
664
656
|
<RecentGroup>
|
|
665
657
|
<option name="FILTER_VALUES">
|
|
666
|
-
<option value="
|
|
658
|
+
<option value="master" />
|
|
667
659
|
</option>
|
|
668
660
|
</RecentGroup>
|
|
669
661
|
<RecentGroup>
|
|
670
662
|
<option name="FILTER_VALUES">
|
|
671
|
-
<option value="
|
|
663
|
+
<option value="claude/add-members-invite-rooms-1nphsj" />
|
|
672
664
|
</option>
|
|
673
665
|
</RecentGroup>
|
|
674
666
|
<RecentGroup>
|