Shared: added MoveIndex to VDRIndexingAction

This commit is contained in:
Dmitry Sychugov 2024-06-10 15:38:53 +05:00
parent 480f46a599
commit 0bcbd98a32

View File

@ -549,4 +549,5 @@ export const enum RoomsStorageFilter {
export const enum VDRIndexingAction {
HigherIndex = "HigherIndex",
LowerIndex = "LowerIndex",
MoveIndex = "MoveIndex",
}