polfan-server-js-client 0.2.89 → 0.2.91
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 -22
- package/build/index.cjs.js +255 -151
- 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/MessagesManager.d.ts +6 -1
- package/build/types/state-tracker/RoomMessagesHistory.d.ts +3 -1
- package/build/types/state-tracker/TopicHistoryWindow.d.ts +3 -2
- package/package.json +1 -1
- package/src/state-tracker/MessagesManager.ts +31 -2
- package/src/state-tracker/RoomMessagesHistory.ts +4 -2
- package/src/state-tracker/RoomsManager.ts +5 -6
- package/src/state-tracker/TopicHistoryWindow.ts +51 -38
package/.idea/workspace.xml
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
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$/src/state-tracker/
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Update Topic on redacted message">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/state-tracker/TopicHistoryWindow.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/TopicHistoryWindow.ts" afterDir="false" />
|
|
9
9
|
</list>
|
|
10
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -190,23 +190,7 @@
|
|
|
190
190
|
<workItem from="1776327180094" duration="5055000" />
|
|
191
191
|
<workItem from="1777136687009" duration="3369000" />
|
|
192
192
|
<workItem from="1777301595900" duration="1696000" />
|
|
193
|
-
<workItem from="1778067371586" duration="
|
|
194
|
-
</task>
|
|
195
|
-
<task id="LOCAL-00039" summary="Fix update the latest message in a room default topic">
|
|
196
|
-
<option name="closed" value="true" />
|
|
197
|
-
<created>1751562062024</created>
|
|
198
|
-
<option name="number" value="00039" />
|
|
199
|
-
<option name="presentableId" value="LOCAL-00039" />
|
|
200
|
-
<option name="project" value="LOCAL" />
|
|
201
|
-
<updated>1751562062024</updated>
|
|
202
|
-
</task>
|
|
203
|
-
<task id="LOCAL-00040" summary="Adapt FilesClient to new files API">
|
|
204
|
-
<option name="closed" value="true" />
|
|
205
|
-
<created>1752752404949</created>
|
|
206
|
-
<option name="number" value="00040" />
|
|
207
|
-
<option name="presentableId" value="LOCAL-00040" />
|
|
208
|
-
<option name="project" value="LOCAL" />
|
|
209
|
-
<updated>1752752404949</updated>
|
|
193
|
+
<workItem from="1778067371586" duration="10579000" />
|
|
210
194
|
</task>
|
|
211
195
|
<task id="LOCAL-00041" summary="Adapt FilesClient to new files API">
|
|
212
196
|
<option name="closed" value="true" />
|
|
@@ -584,7 +568,23 @@
|
|
|
584
568
|
<option name="project" value="LOCAL" />
|
|
585
569
|
<updated>1778068934825</updated>
|
|
586
570
|
</task>
|
|
587
|
-
<
|
|
571
|
+
<task id="LOCAL-00088" summary="Update Topic on redacted message">
|
|
572
|
+
<option name="closed" value="true" />
|
|
573
|
+
<created>1778069870246</created>
|
|
574
|
+
<option name="number" value="00088" />
|
|
575
|
+
<option name="presentableId" value="LOCAL-00088" />
|
|
576
|
+
<option name="project" value="LOCAL" />
|
|
577
|
+
<updated>1778069870246</updated>
|
|
578
|
+
</task>
|
|
579
|
+
<task id="LOCAL-00089" summary="Update Topic on redacted message">
|
|
580
|
+
<option name="closed" value="true" />
|
|
581
|
+
<created>1778076405751</created>
|
|
582
|
+
<option name="number" value="00089" />
|
|
583
|
+
<option name="presentableId" value="LOCAL-00089" />
|
|
584
|
+
<option name="project" value="LOCAL" />
|
|
585
|
+
<updated>1778076405751</updated>
|
|
586
|
+
</task>
|
|
587
|
+
<option name="localTasksCounter" value="90" />
|
|
588
588
|
<servers />
|
|
589
589
|
</component>
|
|
590
590
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -602,7 +602,6 @@
|
|
|
602
602
|
</option>
|
|
603
603
|
</component>
|
|
604
604
|
<component name="VcsManagerConfiguration">
|
|
605
|
-
<MESSAGE value="Collection integration with React JS rework" />
|
|
606
605
|
<MESSAGE value="Update deps and improve library building" />
|
|
607
606
|
<MESSAGE value="Improvements and fixes to collection mirroring" />
|
|
608
607
|
<MESSAGE value="Align to custom colors and nicks protocol changes" />
|
|
@@ -627,7 +626,8 @@
|
|
|
627
626
|
<MESSAGE value="Adjust to ban changes" />
|
|
628
627
|
<MESSAGE value="TopicHistoryWindow retainRatio and event handling improvements" />
|
|
629
628
|
<MESSAGE value="Remove removed message from Topic last message" />
|
|
630
|
-
<
|
|
629
|
+
<MESSAGE value="Update Topic on redacted message" />
|
|
630
|
+
<option name="LAST_COMMIT_MESSAGE" value="Update Topic on redacted message" />
|
|
631
631
|
</component>
|
|
632
632
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
633
633
|
<expand />
|