matrix-alertbot/my_project_name
8go 8c0ec5f759
built-with-matrix-nio badge + permit aliases (#15)
* added built-with-matrix-nio badge to README

* permit aliases

- using room.is_group is not ideal to determine if a room is a DM
- if a room alias is created for a DM, the existing code will break
- changing to check for room.member_count seems to be more appropriate
- new code also works on DMs that have aliases

* moving badge next to existing badge

* Update my_project_name/callbacks.py

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-08-24 11:39:50 +01:00
..
__init__.py Fix some lingering matrix-reminder-bot refs 2020-08-11 17:37:54 -07:00
bot_commands.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
callbacks.py built-with-matrix-nio badge + permit aliases (#15) 2020-08-24 11:39:50 +01:00
chat_functions.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
config.py lint 2020-08-16 17:00:55 +01:00
errors.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
main.py Fix docker setup 2020-08-16 17:00:38 +01:00
message_responses.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
storage.py Add support for postgres as a db backend 2020-08-16 15:51:59 +01:00