Remove outdated TODO

This commit is contained in:
Simon Ser 2020-07-02 11:02:29 +02:00
parent 72c51b6923
commit 7f0ca72d3e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -162,7 +162,6 @@ export function parseMessage(s) {
export function formatMessage(msg) {
var s = "";
// TODO: format tags
if (msg.tags && Object.keys(msg.tags).length > 0) {
s += "@" + formatTags(msg.tags) + " ";
}