taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5f43c2faa2 
								
							 
						 
						
							
							
								
								enhance(backend): 通知がミュート・凍結を考慮するようにする ( #13412 )  
							
							... 
							
							
							
							* Never return broken notifications #409 
Since notifications are stored in Redis, we can't expect relational
integrity: deleting a user will *not* delete notifications that
mention it.
But if we return notifications with missing bits (a `follow` without a
`user`, for example), the frontend will get very confused and throw an
exception while trying to render them.
This change makes sure we never expose those broken notifications. For
uniformity, I've applied the same logic to notes and roles mentioned
in notifications, even if nobody reported breakage in those cases.
Tested by creating a few types of notifications with a `notifierId`,
then deleting their user.
(cherry picked from commit 421f8d49e5🎨 
* console.error
* err
* remove try-catch
* 不要なジェネリクスを除去
* Revert  (既読処理をpack内で行うものを元に戻す)
* Clean
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/NotificationService.ts
* Clean
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-28 21:26:26 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								29350c9f33 
								
							 
						 
						
							
							
								
								refactor(frontend): os.ts周りのリファクタリング ( #13186 )  
							
							... 
							
							
							
							* refactor(frontend): `os.ts`周りのリファクタリング
* refactor: apiWithDialogのdataの型付け
* refactor: 不要なas anyを除去
* refactor: 返り値の型を明記、`selectDriveFolder`は`File`のほうに合わせるよう返り値を変更
* refactor: 返り値の型を改善
* refactor: フォームの型を改善
* refactor: 良い感じのimportに修正
* refactor: フォームの返り値の型を改善
* refactor: `popup()`の`props`に`ref`な値を入れるのを許可するように
* fix: `os.input`系と`os.select`の返り値の型がおかしい問題とそれによるバグを修正
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-28 18:26:38 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								664aeb3ced 
								
							 
						 
						
							
							
								
								fix(backend): リノート時のHTLへのストリーミングの意図しない挙動を修正 ( #13425 )  
							
							... 
							
							
							
							* fix(backend): リノート時のストリーミングの意図しない挙動を修正
* Update CHANGELOG.md
* fix: 不要な返り値
* fix: 不適切な条件分岐を修正
* test(backend): add htl tests
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-28 17:43:17 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									okayurisotto 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b7d9d16201 
								
							 
						 
						
							
							
								
								refactor(backend): ノートのエクスポート処理でStreams APIを使うように ( #13465 )  
							
							... 
							
							
							
							* refactor(backend): ノートのエクスポート処理でStreams APIを使うように
* fixup! refactor(backend): ノートのエクスポート処理でStreams APIを使うように
`await`忘れにより、ジョブがすぐに完了したことになり削除されてしまっていた。
それによって、`NoteStream`内での`updateProgress`メソッドの呼び出しで、`Missing key for job`のエラーが発生することがあった。
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-28 15:34:58 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d47877db1 
								
							 
						 
						
							
							
								
								enhance(backend): フォロー・フォロワー関連の通知の受信設定の強化 ( #13468 )  
							
							... 
							
							
							
							* enhance(backend): 通知の受信設定に「フォロー中またはフォロワー」を追加
* fix(backend): 通知の受信設定で「相互フォロー」が正しく動作しない問題を修正
* Update CHANGELOG.md 
							
						 
						
							2024-02-28 09:49:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zawa-ch 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f906ad6ca7 
								
							 
						 
						
							
							
								
								Enhance: コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加 ( #13463 )  
							
							... 
							
							
							
							* コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加
* コメント修正 
							
						 
						
							2024-02-27 18:45:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0fb7b98f96 
								
							 
						 
						
							
							
								
								fix(backend): fix incorrect schemas ( #13458 )  
							
							
							
						 
						
							2024-02-26 19:49:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0a0af6887a 
								
							 
						 
						
							
							
								
								test(frontend): Chromaticテストが落ちるのを修正 ( #13448 )  
							
							... 
							
							
							
							* test(frontend): Chromaticテストが落ちるのを修正
* fix: テストケースを修正
* refactor: comment 
							
						 
						
							2024-02-25 18:06:40 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									FineArchs 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dd48366ed8 
								
							 
						 
						
							
							
								
								admin/emoji/updateの必須項目を減らす 等 ( #13449 )  
							
							... 
							
							
							
							* admin/emoji/update enhancement
* add CustomEmojiService.getEmojiByName
* update endpoint
* fix
* Update update.ts
* Update autogen files
* type assertion
* Update CHANGELOG.md 
							
						 
						
							2024-02-25 18:06:26 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2c6f25b710 
								
							 
						 
						
							
							
								
								fix: 古いキャッシュを使うのを修正 ( #13453 )  
							
							
							
						 
						
							2024-02-25 12:36:10 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								2fa0e238b7 
								
							 
						 
						
							
							
								
								merge: Update index.vue - Also check enableMcaptcha for noBotProtection ( !442 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/442 
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch> 
							
						 
						
							2024-02-24 18:16:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								1b65c06d60 
								
							 
						 
						
							
							
								
								merge: fix: delete old follow request (if exists) before creating new ( !440 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/440 
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch> 
							
						 
						
							2024-02-24 18:16:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ashley Graves 
								
							 
						 
						
							
							
							
							
								
							
							
								17df852c33 
								
							 
						 
						
							
							
								
								Update index.vue - I'm dumb sorry  
							
							
							
						 
						
							2024-02-24 17:15:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ashley Graves 
								
							 
						 
						
							
							
							
							
								
							
							
								f3ca342318 
								
							 
						 
						
							
							
								
								Update index.vue - Also check enableMcaptcha for noBotProtection  
							
							
							
						 
						
							2024-02-24 17:12:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								792168fdfa 
								
							 
						 
						
							
							
								
								fix(frontend): userActivationがない環境において不具合が生じる問題を修正 ( #13451 )  
							
							
							
						 
						
							2024-02-24 18:06:10 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kaity A 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								def2e8dff0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into fix/failed-follow  
							
							
							
						 
						
							2024-02-24 05:05:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kaity A 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ea948ccadc 
								
							 
						 
						
							
							
								
								fix: delete old follow request (if exists) before creating new  
							
							
							
						 
						
							2024-02-24 04:38:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								41747b6ee2 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2024-02-24 11:50:10 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									1Step621 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e3dd3f6b63 
								
							 
						 
						
							
							
								
								Enhance(frontend): リアクションピッカーを調整 ( #13354 )  
							
							... 
							
							
							
							* 打てない絵文字を表示しないのではなくグレーアウトするように など
* fix: 今度は検索とピン留めに効いてなかった
* lint fix
* use Map
* 斜めに線を引いてわかりやすく
* 斜め線は右上からのほうが良かったかも
* デザイン調整 
							
						 
						
							2024-02-24 10:22:23 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d1b787192a 
								
							 
						 
						
							
							
								
								fix: align note edit errors with note create errors  
							
							
							
						 
						
							2024-02-23 17:01:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								15d2319011 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2024-02-23 13:42:52 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c0156b740b 
								
							 
						 
						
							
							
								
								enhance?: DeleteAccountServiceでユーザーを削除する際にuserChangeDeletedStateを発行する ( #13382 )  
							
							
							
						 
						
							2024-02-23 18:15:39 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d834232232 
								
							 
						 
						
							
							
								
								enhance(games): 抜けている翻訳を追加・スタイル共通化 ( #13434 )  
							
							... 
							
							
							
							* enhance(games): 抜けている翻訳を追加・スタイル共通化
* frameDivider の使用箇所が見当たらなかったので削除
* ミス
* インナーでもcss変数を使う
* コロンを翻訳から外す
* 一部の翻訳を除去
* p
* revert some text
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-23 18:07:41 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								600d91beda 
								
							 
						 
						
							
							
								
								enhance: リモートのフォロワーから再度Followが来た場合、acceptを返してあげる ( #13388 )  
							
							... 
							
							
							
							* enhance: リモートのフォロワーから再度Followが来た場合、acceptを返してあげる
* nanka meccha kaeta
* ブロックチェックの後にフォロー関係の存在チェックをする 
							
						 
						
							2024-02-23 18:04:30 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									okayurisotto 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a861f913a7 
								
							 
						 
						
							
							
								
								fix(backend): より多くの人に使われているハッシュタグが検索結果上位に来るように ( #11498 ) ( #13340 )  
							
							
							
						 
						
							2024-02-23 18:02:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b8d8b359bc 
								
							 
						 
						
							
							
								
								fix: プッシュ通知の変更が1時間ほど反映されない問題を修正 ( #13407 )  
							
							... 
							
							
							
							* fix: プッシュ通知の変更が1時間ほど反映されない問題を修正
* 410 to refresh
* refreshCache 
							
						 
						
							2024-02-23 17:19:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									1Step621 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a85fccaeea 
								
							 
						 
						
							
							
								
								Fix(frontend): 絵文字オートコンプリートの優先順位がおかしいのを修正 ( #13423 )  
							
							... 
							
							
							
							* 絵文字オートコンプリートの優先順位がおかしいのを修正
* update CHANGELOG.md
* テストを追加
* lint fix 
							
						 
						
							2024-02-23 17:01:42 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								30fe072606 
								
							 
						 
						
							
							
								
								fix(test): Chromaticが落ちているのを一部修正? ( #13435 )  
							
							... 
							
							
							
							* fix(test): Chromaticが落ちているのを修正?
* いらん変更をけす
* 未来過ぎた 
							
						 
						
							2024-02-23 14:13:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									okayurisotto 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								64953fadc9 
								
							 
						 
						
							
							
								
								refactor(backend): Array.prototype.filterでの非null確認ではisNotNull関数を使うように ( #13442 )  
							
							... 
							
							
							
							* `Array.prototype.filter`での非null確認では`isNotNull`関数を使うように
* `{}` -> `NonNullable<unknown>` 
							
						 
						
							2024-02-23 14:12:57 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								080a3c20bd 
								
							 
						 
						
							
							
								
								fix: SSR時のmetaをエスケープするように ( #13440 )  
							
							... 
							
							
							
							* fix: SSR時のmetaをエスケープするように
* エスケープ方法を変更 
							
						 
						
							2024-02-23 14:10:13 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d20542c495 
								
							 
						 
						
							
							
								
								enhance: metaをSSR HTMLに埋め込む ( #13436 )  
							
							... 
							
							
							
							* enhance: `meta`をSSR HTMLに埋め込む
* HTML Metaの有効時間を指定
* 1時間
* MetaEntityService
* JSONをPackするように
* ✌️ 
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-23 10:47:17 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								b0bc69aac8 
								
							 
						 
						
							
							
								
								Reactions not working on child notes in detailed view  
							
							
							
						 
						
							2024-02-22 21:16:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								4afbf3b91e 
								
							 
						 
						
							
							
								
								some fixes for note edits  
							
							
							
						 
						
							2024-02-22 18:23:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									FineArchs 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bf5952fd63 
								
							 
						 
						
							
							
								
								flash/update で部分的に変更できるようにする ( #13396 )  
							
							... 
							
							
							
							* make flash/update params optional
* Update autogen files
pnpm run build-misskey-js-with-types
* Update update.ts
* Update CHANGELOG.md
* hasOwnProperty -> hasOwn
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-22 21:31:57 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4d6fab06de 
								
							 
						 
						
							
							
								
								refactor: Refactor NoteReadService.read ( #13429 )  
							
							... 
							
							
							
							* refactor: Refactor NoteReadService.read
* clean up
* Update packages/backend/src/core/NoteReadService.ts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-02-22 21:10:28 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								2bd9f05a92 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2024-02-22 20:59:57 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								26c8b53f70 
								
							 
						 
						
							
							
								
								enhance: サーバーごとにモデレーションノートを残せるように  
							
							
							
						 
						
							2024-02-22 20:59:52 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								349f846f32 
								
							 
						 
						
							
							
								
								Add fail safe for sponsors endpoint in case of not being able to connect  
							
							
							
						 
						
							2024-02-21 18:59:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vavency 
								
							 
						 
						
							
							
							
							
								
							
							
								897bc631f7 
								
							 
						 
						
							
							
								
								Optimized pattern drawing in MkModPlayer  
							
							
							
						 
						
							2024-02-21 16:17:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b36e6b1a77 
								
							 
						 
						
							
							
								
								fix: 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題 ( #13428 )  
							
							... 
							
							
							
							* refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError
* fix: notes with prohibited words are reprocessed with delay
* docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題
* lint: fix lint errors
* fix: rethrowするべきなのにrethrowし忘れていたのを修正 
							
						 
						
							2024-02-22 00:59:59 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e10ce7204c 
								
							 
						 
						
							
							
								
								fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 ( #13349 )  
							
							... 
							
							
							
							* fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題
* docs(changelog): previewの中のユーザメンションをホバーした状態で投稿を編集するとユーザの情報popupが消えない問題を修正
* docs(changelog): ユーザの情報のポップアップが消えなくなることがある問題を修正 
							
						 
						
							2024-02-21 20:15:04 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								fb0eb5a31f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2024-02-21 18:35:05 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ae27085f69 
								
							 
						 
						
							
							
								
								fix: Bump sharp to 0.33.2 ( #13391 )  
							
							
							
						 
						
							2024-02-21 14:42:37 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									okayurisotto 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								750d262604 
								
							 
						 
						
							
							
								
								refactor(backend): ReactionService.prototype.convertLegacyReactions ( #13375 )  
							
							... 
							
							
							
							* add unit tests
* cleanup unnecessary type assertions
* `convertedReaction`変数の定義と変換表に対する存在確認処理の整理
* `count`変数の定義とループ処理での`Object.entries()`の活用
* 条件式の整理
* `Array.prototype.reduce`を使うように
* `Array.prototype.reduce`を使うように
* 配列操作を1つのメソッドチェーンに整理
これまでの実装では、`decodeReaction`の返り値が同一になる異なる入力値が同時に複数個存在した場合、後ろのもので上書きされてしまっていたはず。
これからの実装では、後ろのものは前のものに加算される。
(実際にこの挙動の変更が問題になるシチュエーションはまずないはず。)
* add unit test
* ドキュメントコメントの追加と型定義の調整 
							
						 
						
							2024-02-21 14:31:50 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bbbb16795d 
								
							 
						 
						
							
							
								
								refactor(frontend): 不必要なconsole.logを除去・抑制 ( #13400 )  
							
							... 
							
							
							
							* refactor(frontend): 不必要なconsole.logを除去
* Update MkCode.core.vue
* Update game.board.vue 
							
						 
						
							2024-02-21 14:27:06 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								78975ddcc8 
								
							 
						 
						
							
							
								
								merge: Switch source code bits ( !435 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/435 
Approved-by: Julia Johannesen <julia@insertdomain.name>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de> 
							
						 
						
							2024-02-20 20:01:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								c9940b7359 
								
							 
						 
						
							
							
								
								Switch source code bits  
							
							
							
						 
						
							2024-02-20 20:01:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								ff8cfeb05c 
								
							 
						 
						
							
							
								
								merge: avoid look-behind in nyaize - fixes 419 ( !433 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/433 
Approved-by: Julia Johannesen <julia@insertdomain.name>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de> 
							
						 
						
							2024-02-20 20:00:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								b02ded29dd 
								
							 
						 
						
							
							
								
								avoid look-behind in nyaize - fixes 419  
							
							
							
						 
						
							2024-02-20 20:00:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								4a13508da0 
								
							 
						 
						
							
							
								
								Note Edited notification type  
							
							
							
						 
						
							2024-02-20 15:10:41 +00:00