Skip to content

Commit

Permalink
fix: Fix fetch more
Browse files Browse the repository at this point in the history
  • Loading branch information
i544c-me committed Mar 2, 2024
1 parent c006b9c commit a4a0db3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Publish Docker image (For ぶいちゃ.social)

on:
push:
branches-ignore:
- '*'
tags:
- '*'

env:
REGISTRY: ghcr.io
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "misskey",
"version": "2024.3.1",
"name": "buicha-social-misskey",
"version": "2024.2.0-buiso.2",
"codename": "nasubi",
"repository": {
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
"url": "https://github.com/i544c-me/buicha-social-misskey.git"
},
"packageManager": "pnpm@8.15.4",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/server/web/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
const metaRes = await window.fetch('/api/meta', {
method: 'POST',
body: JSON.stringify({}),
credentials: 'omit',
credentials: 'same-origin',
cache: 'no-cache',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit a4a0db3

Please sign in to comment.