1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-23 11:08:36 +09:00
misskey/src/remote/activitypub
Johann150 f05f7c920e
fix: truncate user information if it is too long (#7629)
* truncate user information if it is too long

Some AP software allows for user names or summaries to be very long.
Misskey can not handle this and the profile page can not be opened and
no activities from such users can be seen.

Instead, the user name and summary are cut off after the maximum length
so misskey can still process the activities of the profile.

Co-authored-by: Toast <toast@toast.cafe>

* fix code style

Co-authored-by: Toast <toast@toast.cafe>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-14 18:11:47 +09:00
..
kernel Supports Array ActivityStreams type (#7536) 2021-05-31 13:04:13 +09:00
misc Update preloaded JSON-LD (#7521) 2021-05-19 16:10:43 +09:00
models fix: truncate user information if it is too long (#7629) 2021-08-14 18:11:47 +09:00
renderer Add image description support (#7518) 2021-05-28 09:38:09 +09:00
audience.ts Parse followers audience from followers URI (#7112) 2021-02-06 11:50:33 +09:00
db-resolver.ts AP Actorの修正 (#7573) 2021-07-10 23:14:57 +09:00
deliver-manager.ts Refactor (#7394) 2021-03-24 11:05:37 +09:00
logger.ts Follow #3676 2019-03-14 22:18:31 +09:00
perform.ts AP featured collectionの修正 / Collection Activityの対応 / typeの修正など (#5460) 2019-09-27 04:58:28 +09:00
request.ts Refactor (#7394) 2021-03-24 11:05:37 +09:00
resolver.ts refactor: Use path alias 2021-03-23 17:43:07 +09:00
type.ts AP Actorの修正 (#7573) 2021-07-10 23:14:57 +09:00