Julia 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d10fdfe973 
								
							 
						 
						
							
							
								
								Merge commit from fork  
							
							... 
							
							
							
							* SP-2025-03.1 always wrap icon&thumbnail URLs
if they're not HTTP URLs, the frontend won't be able to display them
anyway (`<img src="mailto:…">` or '<div stile="background-image:
url(nntp:…)">` aren't going to work!), so let's always run them through the
media proxy, which will fail harder (fetching a `javascript:` URL
won't do anything in the backend, might do something in the frontend)
and will always protect the client's address in cases like `gemini:`
where the browser could try to fetch
* SP-2025-03.2 use object binding for more styles
interpolating a random (remote-controlled!) string into a `style`
attribute is a bad idea; using VueJS object binding, we should get
proper quoting and therefore safe parse failures instead of CSS
injections / XSS
* SP-2025-03.3 slightly more robust "self" URL handling
parse URLs instead of treating them as strings; this is still not
perfect, but the `URL` class only handles full URLs, not relative
ones, so there's so way to ask it "give me a URL object that
represents this resource relative to this base URL"
notice that passing very weird URLs to `MkUrl` and `MkUrlPreview` will
break the frontend (in dev mode) because there's an untrapped `new
URL(…)` that may explode; production builds seem to safely ignore the
error, though
---------
Co-authored-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2025-04-29 08:15:54 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7e8cc4d7c0 
								
							 
						 
						
							
							
								
								fix: 添付ファイルのあるリクエストを受けたときの初動を改善 ( #15896 )  
							
							... 
							
							
							
							* wip
* ロールポリシーの値も参照するように
* エンドポイントのテストを追加
* fix review
* add spdx
* fix CHANGELOG.md
* fix test
* regenerate
* add log
* Revert "add log"
This reverts commit 4b2bf59a609b85ca0bfcc9b71438db782f11983d.
* add log
* fix
* Revert "add log"
This reverts commit c5a73d57da0f30ec5215e08a8b4d78785cce48d1. 
							
						 
						
							2025-04-29 08:15:09 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								aaa31c9d64 
								
							 
						 
						
							
							
								
								fix(backend): correct response schema of chat endpoints ( #15904 )  
							
							
							
						 
						
							2025-04-28 18:58:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ec92bf47f1 
								
							 
						 
						
							
							
								
								Exclude blocked instance note from most timelines ( #15792 )  
							
							... 
							
							
							
							* Exclude blocked instance note from most timelines
* Exclude blocked instance note from FTT timelines
* Exclude blocked instance note from featured
* fix type 
							
						 
						
							2025-04-28 07:21:00 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								9481b5a6e8 
								
							 
						 
						
							
							
								
								feat: アップロード可能な最大ファイルサイズをロールごとに設定可能に  
							
							
							
						 
						
							2025-04-27 09:35:44 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									なっかあ 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								de073d6d69 
								
							 
						 
						
							
							
								
								Fix   #15876  絵文字がアニメーションしない問題を修正 ( #15881 )  
							
							
							
						 
						
							2025-04-27 09:16:41 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									饺子w (Yumechi) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7a41cfe28b 
								
							 
						 
						
							
							
								
								enhance(backend): DB note (userId) インデクス -> (userId, id) 複合インデクスにする ( #15879 )  
							
							... 
							
							
							
							* enhance(backend): use composite index for ordering notes by user
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fixup! enhance(backend): use composite index for ordering notes by user
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp> 
							
						 
						
							2025-04-23 14:29:42 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7b38806413 
								
							 
						 
						
							
							
								
								feat: Job queue inspector ( #15856 )  
							
							... 
							
							
							
							* wip
* wip
* Update job-queue.vue
* wip
* wip
* Update job-queue.vue
* wip
* Update job-queue.vue
* wip
* Update QueueService.ts
* Update QueueService.ts
* Update QueueService.ts
* Update job-queue.vue
* wip
* wip
* wip
* Update job-queue.vue
* wip
* Update MkTl.vue
* wip
* Update index.vue
* wip
* wip
* Update MkTl.vue
* 🎨 
* jobs search
* wip
* Update job-queue.vue
* wip
* wip
* Update job-queue.vue
* Update job-queue.vue
* Update job-queue.vue
* Update job-queue.vue
* wip
* Update job-queue.job.vue
* wip
* wip
* wip
* Update MkCode.vue
* wip
* Update job-queue.job.vue
* wip
* Update job-queue.job.vue
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update job-queue.job.vue 
							
						 
						
							2025-04-19 14:00:38 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								eda2f587a3 
								
							 
						 
						
							
							
								
								enhance: コントロールパネルでジョブキューをクリアできるように  
							
							
							
						 
						
							2025-04-16 16:47:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bd23c4c8c 
								
							 
						 
						
							
							
								
								feat: migrate antenna on account move ( #15843 )  
							
							... 
							
							
							
							* feat: migrate antenna on account move
* docs(changelog): アカウントの移行時にアンテナのフィルターのユーザが更新されない問題を修正
* refactor: move to AntennaService 
							
						 
						
							2025-04-16 09:49:27 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								fc6037af46 
								
							 
						 
						
							
							
								
								enhance(backend): push notification for chat message  
							
							... 
							
							
							
							Resolve  #15831  
						
							2025-04-15 18:27:45 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b2e3e65896 
								
							 
						 
						
							
							
								
								fix: use ftt for outbox ( #15819 )  
							
							... 
							
							
							
							* fix: use ftt for outbox
* chore: check for enableFanoutTimeline
* lint: fix lint 
							
						 
						
							2025-04-15 16:15:27 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f454e820bd 
								
							 
						 
						
							
							
								
								feat: render quote note with quote-inline class for ap compatibility ( #15818 )  
							
							
							
						 
						
							2025-04-15 16:14:52 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d5fe6e36ae 
								
							 
						 
						
							
							
								
								fix: avatarId が null のときにも avatarUrl が non null 担ってることがある問題 ( #15833 )  
							
							
							
						 
						
							2025-04-15 16:10:17 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d4feed6d3 
								
							 
						 
						
							
							
								
								enhance(backend): フォローしているユーザーならフォロワー限定投稿のノートでもアンテナで検知できるように ( #15264 )  
							
							... 
							
							
							
							* フォローしているユーザーなら鍵ノートでもアンテナにひっかかるように
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com>
* Eliminate build errors by resolving conflicts
* 低コストな判定文を前にもってきて重い判定文に入る可能性を少しでも下げる
* fix CHANGELOG.md
* fix CHANGELOG.md
* fix diff
* removed comment
* fix CHANGELOG.md
---------
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-04-13 20:48:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1f0621b085 
								
							 
						 
						
							
							
								
								レプリケーション設定時におけるinsertOne()の挙動を調整 ( #15109 )  
							
							... 
							
							
							
							* returningを含むクエリをmasterで動かす
* wip
* wip
* fix CHANGELOG.md
* 調整
* fix
* fix import 
							
						 
						
							2025-04-13 20:44:44 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4c473eb76d 
								
							 
						 
						
							
							
								
								fix: resolve with non-lowercased acct is broken ( #15813 )  
							
							... 
							
							
							
							* fix: resolve with non-lowercased acct is broken
* docs(changelog): Fix: 大文字を含むユーザの URL で紹介された場合に 404 エラーを返す問題 
							
						 
						
							2025-04-13 18:34:33 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8edf1bc208 
								
							 
						 
						
							
							
								
								fix(backend): サーバー名の変更をシステムアカウントの名前に反映するように ( #15806 )  
							
							... 
							
							
							
							* fix(backend): サーバー名の変更をシステムアカウントの名前に反映するように
* Update Changelog 
							
						 
						
							2025-04-13 16:21:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								c500e4392a 
								
							 
						 
						
							
							
								
								hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannel  
							
							
							
						 
						
							2025-04-08 20:50:38 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9d3f3264fd 
								
							 
						 
						
							
							
								
								enhance: チャットの閲覧を無効化できるように ( #15765 )  
							
							... 
							
							
							
							* enhance: チャットの閲覧を無効化できるように
* fix
* fix
* fix
* readonlyの説明を追加
* enhance: チャットが無効な場合はチャット関連の設定も隠すように
* fix
* refactor: ChatServiceからApiに関するドメイン知識を排除 
							
						 
						
							2025-04-07 19:09:11 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								5b0f594f15 
								
							 
						 
						
							
							
								
								fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正  
							
							
							
						 
						
							2025-04-07 16:39:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cab82452ec 
								
							 
						 
						
							
							
								
								Copy role on move ( #15745 )  
							
							... 
							
							
							
							* feat(backend): copyOnMoveAccount
* feat(endpoints): copyOnMoveAccount
* feat(frontend): copyOnMoveAccount
* docs(changelog): アカウントのマイグレーション時に古いアカウントからロールをコピーできるようになりました。
* fix: spdx header for migration
* Update locales/ja-JP.yml
* copyOnMoveAccount -> preserveAssignmentOnMoveAccount
* fix: check for preserveAssignmentOnMoveAccount
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-04-03 19:22:49 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e07bb1dcbc 
								
							 
						 
						
							
							
								
								fix: チャット周りの修正 ( #15741 )  
							
							... 
							
							
							
							* fix(misskey-js): チャットのChannel型定義を追加
* fix(backend); canChatで塞いでいない書き込み系のAPIを塞ぐ
* fix(frontend): チャット周りのフロントエンド型修正
* lint fix
* fix broken lockfile
* fix
* refactor
* wip
* wip
* wip
* clean up
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-04-03 15:28:10 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								455be80b4f 
								
							 
						 
						
							
							
								
								fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正  
							
							
							
						 
						
							2025-04-03 11:32:55 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								1a3866c4f6 
								
							 
						 
						
							
							
								
								fix(backend/chat): 自分が作ったチャットルームに他人がメッセージを送ったときに未読にならない  
							
							... 
							
							
							
							Fix  #15748  
						
							2025-04-03 11:15:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nanashi. 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								98eadd7093 
								
							 
						 
						
							
							
								
								feat: アンテナでセンシティブなチャンネルからのノートを除外できるように ( #15346 )  
							
							... 
							
							
							
							* feat(db): マイグレーションを追加
* feat(backend): カラムの定義を追加
* wip
* feat: フラグを設定出来るように
* feat: /notesエンドポイントを対応
* feat: websocketを対応
* test: テストを追加
* docs: CHANGELOGを更新
* docs: CHANGELOGの追加場所を修正
* chore: api.jsonを更新
* docs(CHANGELOG): General欄に移動
* docs: フォーマットを揃える
* chore: クエリを削除
* revert: 英訳を消す
* chore: note.channelを追加するところを変える
* docs: CHANGELOGを更新する
* docs(CHANGELOG): 2025.3.2に移動
* chore: changelogを下に移動
* ci: CI再実行用の空コミット
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-04-02 16:01:24 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0bf49818c4 
								
							 
						 
						
							
							
								
								enhance: implement sentryForFrontend ( #15433 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-04-02 15:44:04 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								55d835ad51 
								
							 
						 
						
							
							
								
								Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 ( #15277 )  
							
							... 
							
							
							
							* fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題
* refactor: 通知の取得処理を Notification Service に移動
* feat: add function to parse additional part of id
* fix: 通知のページネーションが正しく動かない問題
Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。
* pnpm run build-misskey-js-with-types
* chore: XADDをretryするように
* fix: notifications-groupedでxrevrangeしているのを消し忘れていた 
							
						 
						
							2025-04-02 10:37:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								500a5615f0 
								
							 
						 
						
							
							
								
								enhance(frontend): 壁紙をデッキ設定の一部に  
							
							
							
						 
						
							2025-04-01 13:18:49 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								7fd3adedee 
								
							 
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2025-03-29 17:00:01 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								dec3e86e5e 
								
							 
						 
						
							
							
								
								enhance(backend): アカウントでチャットが有効になっているかどうかをユーザーのレスポンスに含めるように  
							
							
							
						 
						
							2025-03-28 10:48:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								b95da9c9a4 
								
							 
						 
						
							
							
								
								enhance(backend): ミュートしているユーザーをユーザー検索の結果から除外するように  
							
							
							
						 
						
							2025-03-27 17:12:23 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								c29a5764d3 
								
							 
						 
						
							
							
								
								refactor(backend): better method name  
							
							
							
						 
						
							2025-03-27 16:51:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								5e90679916 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2025-03-26 10:26:48 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								ac49a3e992 
								
							 
						 
						
							
							
								
								typo  
							
							
							
						 
						
							2025-03-26 09:06:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								fc576ebc64 
								
							 
						 
						
							
							
								
								fix(backend): 承認したチャットルームへの招待の通知が存在するとエラーになる問題を修正  
							
							
							
						 
						
							2025-03-25 18:34:25 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								88b48b1d8e 
								
							 
						 
						
							
							
								
								fix(backend): チャットのページネーションが機能しない問題を修正  
							
							
							
						 
						
							2025-03-25 17:57:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								98554579ea 
								
							 
						 
						
							
							
								
								enhance: チャットのリアクションを削除できるように  
							
							
							
						 
						
							2025-03-25 16:09:19 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								8e72c68205 
								
							 
						 
						
							
							
								
								follow up of  a01ae38a07 
							
							
							
						 
						
							2025-03-25 15:55:09 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								a01ae38a07 
								
							 
						 
						
							
							
								
								enhance: モデレーターがチャットルームの内容を確認・削除できるように  
							
							
							
						 
						
							2025-03-25 15:51:45 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								304d0eb83b 
								
							 
						 
						
							
							
								
								enhance: チャットルームに招待されたときの通知を追加  
							
							
							
						 
						
							2025-03-25 15:25:43 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								c51e862b7d 
								
							 
						 
						
							
							
								
								enhance: 送信したチャットルームへの招待を確認できるように  
							
							
							
						 
						
							2025-03-25 13:41:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								1736955694 
								
							 
						 
						
							
							
								
								fix(backend): 自分がオーナーではない参加中のルームにメッセージを送信すると不必要な通知が発生するのを修正  
							
							
							
						 
						
							2025-03-25 13:29:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								8da1368a0b 
								
							 
						 
						
							
							
								
								fix(backend): 既存のルームメンバーを改めて招待できないように  
							
							
							
						 
						
							2025-03-25 08:05:59 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f1f24e39d2 
								
							 
						 
						
							
							
								
								Feat: Chat ( #15686 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* Update types.ts
* Create 1742203321812-chat.js
* wip
* wip
* Update room.vue
* Update home.vue
* Update home.vue
* Update ja-JP.yml
* Update index.d.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* Update home.vue
* clean up
* Update misskey-js.api.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* lint fixes
* lint
* Update UserEntityService.ts
* search
* wip
* 🎨 
* wip
* Update home.ownedRooms.vue
* wip
* Update CHANGELOG.md
* Update style.scss
* wip
* improve performance
* improve performance
* Update timeline.test.ts 
							
						 
						
							2025-03-24 21:32:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								08b131ec33 
								
							 
						 
						
							
							
								
								refactor(backend): better prop name  
							
							
							
						 
						
							2025-03-22 08:16:15 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									renovate[bot] 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e61263cff0 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #15596 )  
							
							... 
							
							
							
							* fix(deps): update [backend] update dependencies
* fix(backend/types): ensure to use nodejs-provided stream api
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2025-03-21 19:38:11 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9dd13f364b 
								
							 
						 
						
							
							
								
								fix(backend): mismatch in emojis param of test WebHook payload ( #15675 )  
							
							... 
							
							
							
							* fix(backend): mismatch in `emojis` param of test WebHook payload
* fix: test
* fix: type 
							
						 
						
							2025-03-20 09:00:58 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yuri Lee 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								21dc7aebe7 
								
							 
						 
						
							
							
								
								Fix: Don't delete remote emoji when import zip ( #15674 )  
							
							... 
							
							
							
							* Fix: Don't delete remote emoji when import zip
* Update packages/backend/src/queue/processors/ImportCustomEmojisProcessorService.ts
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
---------
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2025-03-19 10:23:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								474155b677 
								
							 
						 
						
							
							
								
								follow up of  6c8f21b608 
							
							
							
						 
						
							2025-03-17 13:27:47 +09:00