Skip to content

Messages with links appear out of order #68

@iangreenleaf

Description

@iangreenleaf

When I join a room, messages that begin with a URL appear last in the sent messages, out of order. I think I know why. Inline links trigger this predicate:

def needsThread(self):
    return self._message.is_upload() or (self._message.body and self._isInlineLink(self._message.body))

It looks like these messages get rendered in a thread, which is probably why they don't end up in he right order.

Possibly #59 has the same cause.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions