jooert
jooert
The method @Evpok and @itzsimpl describe works quite well for me, too, but accents above italic characters are slightly displaced. Is there a workaround for this as well?
The [current version of the spec](http://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-r0-events) states that `/events` "is deprecated and will be removed from a future release". Should we then even bother implementing it?
Perhaps I'm misunderstanding something here, but isn't that already implemented? Avatar and display name can only be changed through the /profile API and the handlers for `PutAvatarUrl` and `PutDisplayName` both...
Yes, you are right. I was under the impression that every SQLite table has an implicit `INTEGER PRIMARY KEY` called `rowid` (sqlite-mode itself seems to assume the same and always...