Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
5e76675a
Unverified
Commit
5e76675a
authored
1 year ago
by
NoriDev
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(frontend): ユーザーページの ノート > ファイル付き タブにリプライが表示されてしまう (#12148)
parent
1d9b5ae1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
packages/frontend/src/pages/user/index.timeline.vue
+1
-1
1 addition, 1 deletion
packages/frontend/src/pages/user/index.timeline.vue
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
5e76675a
...
...
@@ -24,6 +24,7 @@
https://misskey-hub.net/docs/advanced/publish-on-your-website.html
-
Feat: AiScript関数
`Mk:nyaize()`
が追加されました
-
Fix: 投稿フォームでのユーザー変更がプレビューに反映されない問題を修正
-
Fix: ユーザーページの ノート > ファイル付き タブにリプライが表示されてしまう
### Server
-
Enhance: RedisへのTLのキャッシュをオフにできるように
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/pages/user/index.timeline.vue
+
1
−
1
View file @
5e76675a
...
...
@@ -37,7 +37,7 @@ const pagination = {
params
:
computed
(()
=>
({
userId
:
props
.
user
.
id
,
withRenotes
:
include
.
value
===
'
all
'
,
withReplies
:
include
.
value
===
'
all
'
||
include
.
value
===
'
files
'
,
withReplies
:
include
.
value
===
'
all
'
,
withChannelNotes
:
include
.
value
===
'
all
'
,
withFiles
:
include
.
value
===
'
files
'
,
})),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment