matrix-dart-sdk/lib/src
Krille b5b5cfee5e
fix: Convert linebreaks into br tags on markdown parsing
Removes two test cases in the markdown test which do not work anymore.
Reason for this is that just parsing a word inside of $$ word $$
katex is not valid anyway because katex is only made for mathematical
things. So the output is undefined behavior anyway.
2023-09-29 09:24:50 +02:00
..
database fix: storing the end of history pagination 2023-09-18 12:02:06 +02:00
models feat: Support private read receipts 2023-04-21 18:31:15 +02:00
utils fix: Convert linebreaks into br tags on markdown parsing 2023-09-29 09:24:50 +02:00
voip fix: do not proceed call if getUserMedia fails 2023-07-10 14:19:16 +05:30
client.dart fix: apply state event before decryption on leaved room 2023-09-18 11:33:17 +02:00
event.dart fix: Convert linebreaks into br tags on markdown parsing 2023-09-29 09:24:50 +02:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
room.dart fix: Wait for rate limit to pass while sending messages 2023-09-21 13:04:57 +02:00
timeline.dart refactor: Use tryGet for type casts whenever possible 2023-06-21 15:04:46 +02:00
user.dart fix: Do not display prevContent displayname and avatar for joined users 2023-06-14 12:54:18 +02:00