Skip to content
Commit f0559c35 authored by Florian Müllner's avatar Florian Müllner
Browse files

chatView: Split out _createMessage() method

As we display both Tp.Messages we send/receive and Tpl.Events we
get from logs, we use a small intermediate object that abstracts
the differences when passed to insertMessage(). Splitting the
current code to create those objects into a helper methods makes
it easier to keep the two code paths in sync, plus we'll soon
use it from more places.

https://bugzilla.gnome.org/show_bug.cgi?id=768907
parent 56335734
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment