mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 13:59:49 +02:00
Anonymous mode is available but it is not useable.
This commit is contained in:
@@ -19,6 +19,9 @@ public interface AccountDao {
|
||||
@Query("UPDATE accounts SET is_current_user = 0 WHERE is_current_user = 1")
|
||||
void markAllAccountsNonCurrent();
|
||||
|
||||
@Query("DELETE FROM accounts WHERE is_current_user = 1")
|
||||
void deleteCurrentAccount();
|
||||
|
||||
@Query("DELETE FROM accounts")
|
||||
void deleteAllAccounts();
|
||||
|
||||
|
Reference in New Issue
Block a user