13th January 2022
Other⚑
-
New: Block all feeds except starred.
location ~ /feed/sgn/{token}/(?!starred) { deny all; return 403; }
-
Correction: Missing placeholder.
-
New: InkWell.
Make a component clickable (with animations onf hover and tap):
InkWell( onTap: () { // To do }, child: Card(), )
-
New: Most common commands.
\msg {user@server.tld}
: Start a conversation.\roster add {user@server.tld}
: Add user to contacts.\sub request {user@server.tld}
: Request presence updates from user.\omemo start
: Start an OMEMO session.