diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-30 09:40:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-30 09:40:32 +0200 |
commit | 0b5c385b4529f3bef8f9523de3f9470ffa58f5f5 (patch) | |
tree | f8110a8fc9aaea1572d75749df15cfd57ce36914 /server/initializers/constants.ts | |
parent | 4b1f1b810a50829be8d8998cdd4d296143e34f2e (diff) | |
download | PeerTube-0b5c385b4529f3bef8f9523de3f9470ffa58f5f5.tar.gz PeerTube-0b5c385b4529f3bef8f9523de3f9470ffa58f5f5.tar.zst PeerTube-0b5c385b4529f3bef8f9523de3f9470ffa58f5f5.zip |
Handle reports from mastodon
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 3dc178b11..908231a88 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -14,7 +14,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' | |||
14 | 14 | ||
15 | // --------------------------------------------------------------------------- | 15 | // --------------------------------------------------------------------------- |
16 | 16 | ||
17 | const LAST_MIGRATION_VERSION = 420 | 17 | const LAST_MIGRATION_VERSION = 425 |
18 | 18 | ||
19 | // --------------------------------------------------------------------------- | 19 | // --------------------------------------------------------------------------- |
20 | 20 | ||