1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Added changelog fragment

This commit is contained in:
Schnuffle 2018-09-27 14:01:44 +02:00
parent dc5db01ff2
commit a873896096

1
changelog.d/3970.bugfix Normal file
View file

@ -0,0 +1 @@
Replaced all occurences of e.message with str(e)Replaced all occurences of e.message with str(e). Contributed by Schnuffle