You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Support channel, lecture and exercise mentioning (#14)
* Support exercise and lecture mentioning.
* Support channel mentioning. Closes#9
* Filter exercise lecture and channel references by query. Update popup ui.
Copy file name to clipboardExpand all lines: feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/conversation_module.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ val conversationModule = module {
41
41
get(),
42
42
get(),
43
43
get(),
44
+
get(),
44
45
get()
45
46
)
46
47
}
@@ -60,6 +61,7 @@ val conversationModule = module {
Copy file name to clipboardExpand all lines: feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/chatlist/MetisListViewModel.kt
Copy file name to clipboardExpand all lines: feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/reply/ReplyAutoCompletePopup.kt
0 commit comments