diff options
| author | Johann150 <johann@qwertqwefsday.eu> | 2021-08-14 11:11:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-14 18:11:47 +0900 |
| commit | f05f7c920ecc5028d00737f2c789a80c90e66b0d (patch) | |
| tree | 52f546d0c15cce468a7a9e5ffb22d12398cd6071 /src/server/api/endpoints | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-f05f7c920ecc5028d00737f2c789a80c90e66b0d.tar.gz sharkey-f05f7c920ecc5028d00737f2c789a80c90e66b0d.tar.bz2 sharkey-f05f7c920ecc5028d00737f2c789a80c90e66b0d.zip | |
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>
Diffstat (limited to 'src/server/api/endpoints')
0 files changed, 0 insertions, 0 deletions