Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Group conversations #76

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asu/auth/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
UserFollow,
UserFollowRequest,
)
from asu.messaging.models import ConversationRequest
from asu.messaging.models.request import ConversationRequest
from asu.utils import mailing, messages
from asu.utils.file import FileSizeValidator, MimeTypeValidator, UserContentPath
from asu.utils.messages import EmailMessage
Expand Down
3 changes: 0 additions & 3 deletions asu/messaging/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
class MessagingConfig(AppConfig):
name = "asu.messaging"
verbose_name = pgettext_lazy("app name", "Messaging")

def ready(self) -> None:
import asu.messaging.models.signals # noqa: F401
Loading
Loading