forked from rDrama/rDrama
1
0
Fork 0
rDrama/files
Snakes 76fd1342f3 Fix @mention replacement.
Comments of the style e.g. "@TLSM / @TLSM2" would mistakenly be
`sanitize`d to have identical links only on "@TLSM", the latter
instance having a dangling 2 on the end. It seems this is purely an
issue with text formatting; alerts.py @ NOTIF_USERS had no such
issues. The root cause appears to be partly an optimization and
partly the use of str.replace without a count limit.
2022-05-20 17:04:36 -04:00
..
classes fsd 2022-05-20 20:45:12 +02:00
helpers Fix @mention replacement. 2022-05-20 17:04:36 -04:00
mail mn 2022-05-05 01:09:46 +02:00
routes fds 2022-05-20 21:00:13 +02:00
templates fsd 2022-05-20 20:45:12 +02:00
tests stole testing from mottechads 2022-05-17 23:09:36 +02:00
__main__.py fsd 2022-05-20 20:45:12 +02:00