😀 Tom : On the Messages page, the messages that I write look like replies, and the messages the other person writes look like parent comments. It's slightly confusing because the first message written will look like a reply to the actual reply. Perhaps the user icons/names can be kept the same size, and/or at least the same indentation?
Login or register your account to reply
🏒 Lucian Marin I was confused too two weeks ago when I first implemented it. Then I started to like this style. It's less intrusive in the conversation because you already know what you wrote. Public replies goes down the parent, private replies (messages) goes up the parent -- as a way of differentiating them. Give it some time.
8y, 42w reply
Mark Dain Yeah I noticed that earlier, it's rather bizarre. I'd imagine there's some different code powering the layout of the page as if you didn't notice, the telegram.me link I sent you wasn't auto linked the way it is here: telegram.me/ancarda
8y, 42w 3 replies
🏒 Lucian Marin I changed the way links are parsed. The link parser is now regex based. No more dots, a bit harder for people to share them, but regex is a standard in any programming language. Links, mentions, hashtags, reftags shouldn't be wrapped with brackets or other punctuation. It's pretty logical if you think about it. They are part of the way Sublevel works, they are acknowledged as internal objects. If you mess with these objects and give them another meaning by placing them in brackets then they lose their identity.
8y, 42w 2 replies