This commit is contained in:
2025-10-05 21:50:55 +02:00
parent a6626571fa
commit dfb6efef60

36
.idea/workspace.xml generated
View File

@@ -11,29 +11,7 @@
</cargoProject> </cargoProject>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="b2b598c9-ef0b-4cbc-8852-cfbc8ce3920e" name="Changes" comment="init"> <list default="true" id="b2b598c9-ef0b-4cbc-8852-cfbc8ce3920e" name="Changes" comment="init" />
<change afterPath="$PROJECT_DIR$/src/db/mod.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/_channel_user.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/_server_user.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/attachment.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/category.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/channel.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/message.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/mod.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/server.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/models/user.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/repositories/_server_user_repository.rs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/db/repositories/mod.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Cargo.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.toml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/app/app.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/app.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/lib.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/network/http/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/network/http/mod.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/network/http/server.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/network/http/server.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/network/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/network/mod.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/store/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/db/repositories/_channel_user_repository.rs" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -157,7 +135,7 @@
<workItem from="1759562385229" duration="218000" /> <workItem from="1759562385229" duration="218000" />
<workItem from="1759562619209" duration="13323000" /> <workItem from="1759562619209" duration="13323000" />
<workItem from="1759649037947" duration="3578000" /> <workItem from="1759649037947" duration="3578000" />
<workItem from="1759657715670" duration="10824000" /> <workItem from="1759657715670" duration="11178000" />
</task> </task>
<task id="LOCAL-00001" summary="init"> <task id="LOCAL-00001" summary="init">
<option name="closed" value="true" /> <option name="closed" value="true" />
@@ -183,7 +161,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1759077533456</updated> <updated>1759077533456</updated>
</task> </task>
<option name="localTasksCounter" value="4" /> <task id="LOCAL-00004" summary="init">
<option name="closed" value="true" />
<created>1759693672002</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1759693672002</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">