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
Copy file name to clipboardexpand all lines: feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/service/network/impl/MetisServiceImpl.kt
+3
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,9 @@ internal class MetisServiceImpl(
180
180
}
181
181
}
182
182
183
+
// TODO: Use the API object for the following functions once 8.0.0 has been released
184
+
// See https://github.com/ls1intum/artemis-android/issues/462
185
+
// The following functions are not compatible with the pre 8.0.0 API structure
0 commit comments