widget/reply: save raw message input before formatting
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Apr 2021 16:19:33 +0000 (18:19 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 17 May 2021 18:53:38 +0000 (20:53 +0200)
Prepare for upcoming conversion (errors) and possible debugging.

Restructure earlier posts:

ALTER TABLE comments ADD raw text;
UPDATE comments SET raw = regexp_replace(regexp_replace(raw,
'<br />|<\/?p>', '', 'g'),
E'\n?<img src="/thumb/640x(/.*)" />', E'\n\\1', 'g');


No differences found