Private
Public Access
1
0

Adds attachment viewer when clicking on an attachment

This commit is contained in:
2024-03-23 18:09:13 -07:00
parent 9f5f2d7af5
commit 9f37b57876
8 changed files with 189 additions and 94 deletions

View File

@@ -264,7 +264,7 @@ class MockServerInterface(private val server: MockServer): APIInterface {
return Response.success(null)
}
override suspend fun fetchAttachment(guid: String, preview: Boolean): ResponseBody {
override suspend fun fetchAttachment(guid: String, preview: Boolean): ResponseBody {
TODO("Not yet implemented")
}