mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
a44274d7f3
In order to show replies in our notifications, we loop through all the replies in our inbox, and filter them by the ones replying to an account on our domain, however the check we were doing was on the admin domain - which is sometimes the same as the frontend domain, but not always. This fixes the check so that we check the frontend domain, which is the one used by activitypub. |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
playwright.config.mjs | ||
postcss.config.cjs | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.mjs |