Skip to content

Commit

Permalink
Merge branch 'master_tulir' into merge_update
Browse files Browse the repository at this point in the history
* master_tulir: (48 commits)
  Fix bug in !tg create. Fixes mautrix#736
  bridge state: use TRANSIENT_DISCONNECT if connection drops and is expected to come back soon
  Very basic support for live location
  Add support for t.me/+code invite links
  Bump version to 0.11.1
  Update some small things
  Make telegram blue text more readable on dark themes. Fixes mautrix#729
  Use min() instead of sorting list
  Update dependencies and fix some things in config updater
  Deduplicate lottieconverter calls in tgs_converter
  Delete nulls in message table. Fixes mautrix#731
  Update changelog
  Don't use parameters for pg_constraint query
  voice messages: bridge from Telegram to native Matrix
  Send message checkpoints for Matrix edits too
  Find constraint names dynamically to work around schemas broken by pgloader
  Add missing await to get_input_entity in HTML parser (mautrix#724)
  Don't redact reactions in chats with relaybot
  Don't alter columns to not null on sqlite
  Fix some things in dedup changes
  ...
  • Loading branch information
pidongqianqian committed Jan 18, 2022
2 parents 0f50514 + 8f61be7 commit e545a4c
Show file tree
Hide file tree
Showing 80 changed files with 2,224 additions and 2,118 deletions.
8 changes: 0 additions & 8 deletions .codeclimate.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.py]
max_line_length = 99

Expand Down
Loading

0 comments on commit e545a4c

Please sign in to comment.