[management] Mark SaveAccount deprecated (#4300)

This commit is contained in:
Pascal Fischer
2025-08-07 11:49:37 +02:00
committed by GitHub
parent 3d19468b6c
commit f5b4659adb

View File

@@ -172,6 +172,7 @@ func (s *SqlStore) AcquireReadLockByUID(ctx context.Context, uniqueID string) (u
return unlock return unlock
} }
// Deprecated: Full account operations are no longer supported
func (s *SqlStore) SaveAccount(ctx context.Context, account *types.Account) error { func (s *SqlStore) SaveAccount(ctx context.Context, account *types.Account) error {
start := time.Now() start := time.Now()
defer func() { defer func() {