reply to message stay if edited previous mess
Comparer les modifications
Fichiers
6+ 6
− 2
@@ -127,10 +127,14 @@ class Message(Base):
Closes #142 (closed)
DB CHANGES: the db kept track of the id
of the message and not the message_id
so when the message was being edited the id didn't mach anymore. I've changed it so the column reply_to_message_id
points to message_id
and not id
but that meant changing the type from int to string in the database.