update visualization library; do not delete alice account
This commit is contained in:
parent
1498fe1102
commit
fc262c22cd
3 changed files with 7 additions and 5 deletions
|
@ -32,6 +32,8 @@ class Scheduler::OldAccountCleanupScheduler
|
|||
.where("username <> 'admin'")
|
||||
# don't delete crepels
|
||||
.where("username <> 'crepels'")
|
||||
# don't delete alice
|
||||
.where("username <> 'alice'")
|
||||
.where("created_at < ?", 1.day.ago)
|
||||
.order(created_at: :asc)
|
||||
.limit(MAX_DELETIONS_PER_JOB)
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"@github/webauthn-json": "^0.5.7",
|
||||
"@rails/ujs": "^6.1.7",
|
||||
"abortcontroller-polyfill": "^1.7.5",
|
||||
"activitypub-visualization": "^1.3.3",
|
||||
"activitypub-visualization": "^1.3.4",
|
||||
"array-includes": "^3.1.6",
|
||||
"arrow-key-navigation": "^1.2.0",
|
||||
"autoprefixer": "^9.8.8",
|
||||
|
|
|
@ -2190,10 +2190,10 @@ acorn@^8.8.0:
|
|||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
|
||||
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
|
||||
|
||||
activitypub-visualization@^1.3.3:
|
||||
version "1.3.3"
|
||||
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.3.tgz#e293640b62dff45b1d9b2348ce9a401b1f2d4c90"
|
||||
integrity sha512-Sn2sos361y2voyfs+5kPTTG2yK6zcFvScgLQAE34OpOyOs0BtdNsJtRppp32JOPHulScTvEqiFEmgaOTIcL9WA==
|
||||
activitypub-visualization@^1.3.4:
|
||||
version "1.3.4"
|
||||
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.4.tgz#ccf89ca55be0270b8c2fbf28a85481a9b5c6a8d9"
|
||||
integrity sha512-eyOystIDrtuaMUYCMQ6QsgRAlWs01RdTB/Vj05GZ9woAG3y9tRxXkIPCTByizu1eGCj1srAL9oup0DV+HpVUoA==
|
||||
|
||||
agent-base@6:
|
||||
version "6.0.2"
|
||||
|
|
Loading…
Reference in a new issue