Merge branch 'master' of https://github.com/kokonect-link/cherrypick into develop

This commit is contained in:
NoriDev 2023-11-23 17:16:01 +09:00
commit 4579180fe9
3 changed files with 12 additions and 4 deletions

View file

@ -28,6 +28,16 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGE
> 또한, 일부 locale이 누락되거나 기능이 정상적으로 작동하지 않는 등의 문제가 발생할 수 있으나 이는 정상적인 동작으로,
> 문제가 발생하면 <b>'설정 - 캐시 비우기'</b>를 진행하거나, <b>브라우저 캐시를 삭제</b>하십시오.
## 4.5.2 (Hotfix)
출시일: 2023/11/23<br>
기반 Misskey 버전: 2023.11.1<br>
Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023111](CHANGELOG.md#2023111) 문서를 참고하십시오.
### Client
- Fix: 대화에서 채팅 입력란이 표시되지 않음
---
## 4.5.1
출시일: 2023/11/22<br>
기반 Misskey 버전: 2023.11.1<br>

View file

@ -1,6 +1,6 @@
{
"name": "cherrypick",
"version": "4.5.1",
"version": "4.5.2",
"basedMisskeyVersion": "2023.11.1",
"codename": "nasubi",
"repository": {

View file

@ -148,9 +148,7 @@ async function fetch() {
document.addEventListener('visibilitychange', onVisibilitychange);
nextTick(() => {
pagingComponent.value.inited.then(() => {
thisScrollToBottom();
});
thisScrollToBottom();
window.setTimeout(() => {
fetching = false;
}, 300);