Skip to content

conversation: Skip opening '('

Guido Gunther requested to merge guido.gunther/chatty:timestamp-brace into master

Some messages in the history look like

'(09:34:06) foo'

while others have a leading space

' (09:34:06) foo'

Make sure we skip over that by looking for the opening '('

Merge request reports