Benjamin Seclier

Results 9 comments of Benjamin Seclier

French traduction is : "Activer le mode sombre".

Yes, but what's the point to keep all this stuff when a card is deleted ? Besides, when we delete a card, we have this message : "All actions will...

Do you see any contraindication to delete these "orphan" activities with the following SQL request (fields maybe used somewhere else in restya) ? `delete from activities where card_id not in...

I don't understand your answer. You don't want to delete all activities related to a deleted card just to let the possibility to an admin to restore the card ?...

Yes, this kind of button would be awesome !

I used this command in order to purge my boards : `delete from activities where card_id not in (select id from cards) AND card_id != 0;`

The issue is still in 5.4.10 and the UsersSessions cleanup didn't solve the problem.

The issue is still in 5.4.10 and the UsersSessions cleanup didn't solve the problem.

The issue is still in 5.4.10 and the UsersSessions cleanup didn't solve the problem. Setting DISABLE_PRESENCE_MONITOR=no didn't solve it neither. We're still facing the issue with only one instance.