Age | Commit message (Collapse) | Author |
|
|
|
Port 7901f9f63e156732ab10154c34f3c2d188471a9d to glitch-soc
|
|
Port the UI part of 76f3d5d16be2fb97d2252909589510165ec05e12 to glitch-soc
|
|
flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences. This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access. All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306.
|
|
|
|
max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.)
|
|
|
|
|
|
|