Use consistent naming scheme for methods/functions

This commit is contained in:
rubenwardy
2023-06-18 21:56:19 +01:00
parent e0b25054dc
commit 8585357942
84 changed files with 629 additions and 639 deletions

View File

@@ -133,7 +133,7 @@ def post_bot_message(package: Package, title: str, message: str):
db.session.add(reply)
addNotification(thread.watchers, system_user, NotificationType.BOT,
title, thread.getViewURL(), thread.package)
title, thread.get_view_url(), thread.package)
thread.replies.append(reply)