1
0
mirror of https://github.com/flarum/core.git synced 2025-08-21 23:56:33 +02:00

feat(subscriptions): add option to send notifications when not caught up (#3503)

This commit is contained in:
David Wheatley
2022-08-31 11:13:51 +02:00
committed by GitHub
parent 6ffa9e3736
commit 87aaaf6971
9 changed files with 125 additions and 37 deletions

View File

@@ -1799,9 +1799,9 @@ enhanced-resolve@^5.9.2:
tapable "^2.2.0"
enhanced-resolve@^5.9.3:
version "5.10.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6"
integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==
version "5.9.3"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz#44a342c012cbc473254af5cc6ae20ebd0aae5d88"
integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"