polfan-server-js-client 0.2.96 → 0.2.97
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 +22 -13
- package/build/index.cjs.js +428 -341
- 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/FollowedTopicsManager.d.ts +63 -0
- package/build/types/state-tracker/MessagesManager.d.ts +1 -46
- package/build/types/state-tracker/RoomsManager.d.ts +2 -0
- package/package.json +1 -1
- package/src/IndexedObjectCollection.ts +5 -6
- package/src/state-tracker/FollowedTopicsManager.ts +377 -0
- package/src/state-tracker/MessagesManager.ts +3 -340
- package/src/state-tracker/RoomsManager.ts +4 -1
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,18 @@
|
|
|
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="
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Optimize and fix followed topic caching and summarizing">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/state-tracker/FollowedTopicsManager.ts" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/build/index.cjs.js" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/build/index.cjs.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js.map" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/build/index.umd.js" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/build/index.umd.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/build/types/state-tracker/MessagesManager.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/state-tracker/MessagesManager.d.ts" afterDir="false" />
|
|
14
|
+
<change beforePath="$PROJECT_DIR$/build/types/state-tracker/RoomsManager.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/state-tracker/RoomsManager.d.ts" afterDir="false" />
|
|
8
15
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/src/IndexedObjectCollection.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/IndexedObjectCollection.ts" afterDir="false" />
|
|
9
17
|
<change beforePath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" afterDir="false" />
|
|
18
|
+
<change beforePath="$PROJECT_DIR$/src/state-tracker/RoomsManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/RoomsManager.ts" afterDir="false" />
|
|
10
19
|
</list>
|
|
11
20
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
21
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -208,15 +217,7 @@
|
|
|
208
217
|
<workItem from="1782579738743" duration="1279000" />
|
|
209
218
|
<workItem from="1782664203095" duration="5539000" />
|
|
210
219
|
<workItem from="1782909199211" duration="2404000" />
|
|
211
|
-
<workItem from="1783939298935" duration="
|
|
212
|
-
</task>
|
|
213
|
-
<task id="LOCAL-00046" summary="Fix for incorrectly emitted RoomUpdated event">
|
|
214
|
-
<option name="closed" value="true" />
|
|
215
|
-
<created>1753379410620</created>
|
|
216
|
-
<option name="number" value="00046" />
|
|
217
|
-
<option name="presentableId" value="LOCAL-00046" />
|
|
218
|
-
<option name="project" value="LOCAL" />
|
|
219
|
-
<updated>1753379410620</updated>
|
|
220
|
+
<workItem from="1783939298935" duration="18246000" />
|
|
220
221
|
</task>
|
|
221
222
|
<task id="LOCAL-00047" summary="Fix for incorrectly emitted RoomUpdated event">
|
|
222
223
|
<option name="closed" value="true" />
|
|
@@ -602,7 +603,15 @@
|
|
|
602
603
|
<option name="project" value="LOCAL" />
|
|
603
604
|
<updated>1783946587568</updated>
|
|
604
605
|
</task>
|
|
605
|
-
<
|
|
606
|
+
<task id="LOCAL-00095" summary="Optimize and fix followed topic caching and summarizing">
|
|
607
|
+
<option name="closed" value="true" />
|
|
608
|
+
<created>1784021568203</created>
|
|
609
|
+
<option name="number" value="00095" />
|
|
610
|
+
<option name="presentableId" value="LOCAL-00095" />
|
|
611
|
+
<option name="project" value="LOCAL" />
|
|
612
|
+
<updated>1784021568203</updated>
|
|
613
|
+
</task>
|
|
614
|
+
<option name="localTasksCounter" value="96" />
|
|
606
615
|
<servers />
|
|
607
616
|
</component>
|
|
608
617
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -647,7 +656,6 @@
|
|
|
647
656
|
</option>
|
|
648
657
|
</component>
|
|
649
658
|
<component name="VcsManagerConfiguration">
|
|
650
|
-
<MESSAGE value="Improve reconnect on timeout" />
|
|
651
659
|
<MESSAGE value="Bump version" />
|
|
652
660
|
<MESSAGE value="Fix permission check (caching overwrites)" />
|
|
653
661
|
<MESSAGE value="Remove AuthClient, export AbstractRestClient" />
|
|
@@ -672,7 +680,8 @@
|
|
|
672
680
|
<MESSAGE value="Add jumpTo message support" />
|
|
673
681
|
<MESSAGE value="Adjust to followed topics changes in protocol" />
|
|
674
682
|
<MESSAGE value="SetSessionData command support" />
|
|
675
|
-
<
|
|
683
|
+
<MESSAGE value="Optimize and fix followed topic caching and summarizing" />
|
|
684
|
+
<option name="LAST_COMMIT_MESSAGE" value="Optimize and fix followed topic caching and summarizing" />
|
|
676
685
|
</component>
|
|
677
686
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
678
687
|
<expand />
|