Warning: session_start(): open(/var/lib/php/sessions/sess_8fnrqcku9425ardakt7p7j36fe, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static GazelleLine dm_discord_importLine(O lineConcept) {
ret lineConcept == null ? null : nu GazelleLine(
timestamp := _get created(lineConcept),
text := _get text(lineConcept),
msgID := getLong msgID(lineConcept),
reactions := map(getList(lineConcepts, 'reactions), func(O r) -> GazelleReaction {
nu GazelleReaction(
userID := getLong(getOpt user(r), 'userID),
created := _get created(r),
emoji := _get emoji(r))
}));
}