backend: increase requestId max size for GNU Social #147
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/gnusocial-follow-request-ids"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GNU Social's follow request IDs are larger than the 128 character limit
of the follow_request.requestId column. This prevents follow requests
from GNU Social instances from being handled by Foundkey instances.
The solution is to make the requestId column larger.
Fixes #146
81d9c03118
toe82c3ce7a4
As said by @toast in #146 (comment), I changed the column to be a
VARCHAR(2048)
as that's the practical limit for URL lengths.e82c3ce7a4
to7dd46513b1
7dd46513b1
to1120b6959d
Following between too Misskey instances still works.