Style end session messages
Also add a missing call to render()
This commit is contained in:
parent
f00a8f1e81
commit
367421d40a
3 changed files with 12 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
model: groupUpdate
|
||||
}).render();
|
||||
} else if (this.model.get('flags') === textsecure.protobuf.PushMessageContent.Flags.END_SESSION) {
|
||||
this.end_session_view = new Whisper.EndSessionView();
|
||||
this.end_session_view = new Whisper.EndSessionView().render();
|
||||
} else {
|
||||
this.template = $('#message').html();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue