rDrama/files/classes
TLSM 965a4dc157 Fix improper calls to Comment.replies.
In four contexts, Comment.replies(.) was not updated to reflect the
interface changes with comment filtering. This directly caused #170
and #172 (which was a stack trace from the former).
  - Updating notifications for DMs (routes/users.py L690)
  - Updating notifications for modmail (routes/users.py L729)
  - morecomments for logged out users (routes/posts.py L421)
  - JSON for API access (classes/comment.py L347)

All four contexts seem to behave correctly after the change. However,
strictly speaking the JSON generation will not include a user's own
filtered or removed comments, though this is hard to remedy without
passing the user object `v` to json_core. Propagating that through the
codebase seems a worse option than leaving it as is.
2022-08-17 14:01:31 -05:00
..
__init__.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
alts.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
award.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
badges.py Remove some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
clients.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
comment.py Fix improper calls to Comment.replies. 2022-08-17 14:01:31 -05:00
domains.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
exiles.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
flags.py Fix migrations for real this time 2022-07-09 06:33:41 -05:00
follows.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
marsey.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
mod.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
mod_logs.py Remove some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
notifications.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
saves.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
sub.py Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
sub_block.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
submission.py Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
subscriptions.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
user.py Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
userblock.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
usernotes.py Adding usernotes. 2022-05-16 11:53:24 -05:00
views.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
votes.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00