Corrected database object priority
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions

This commit is contained in:
netkas 2025-03-17 13:50:09 -04:00
parent c95cdcd4da
commit 705460e8e8
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -47,8 +47,9 @@
self::EXTERNAL_SESSIONS => 2, self::EXTERNAL_SESSIONS => 2,
self::ENCRYPTION_CHANNELS, self::ENCRYPTION_CHANNELS,
self::ENCRYPTION_CHANNELS_COM,
self::CONTACT_KNOWN_KEYS => 3, self::CONTACT_KNOWN_KEYS => 3,
self::ENCRYPTION_CHANNELS_COM => 4,
}; };
} }