make most of the messenger api async

This commit is contained in:
ansuz
2017-08-22 15:55:00 +02:00
parent 253ab68d8d
commit 002eed0d6f
2 changed files with 468 additions and 455 deletions

View File

@@ -52,6 +52,7 @@ body {
width: 350px;
height: 100%;
background-color: lighten(@bg-color, 10%);
overflow-y: auto;
.friend {
background: rgba(0,0,0,0.1);
padding: 5px;