Using on Linux Desktop #237
Replies: 1 comment 1 reply
-
|
(Sorry for not responding for a long time; I really need to get notifications to work so I know exactly when this happens.) At the moment, I have yet to create a default class for Linux that conforms to You're free to create your own class that conforms to that protocol, however; simply create a class, conform it to Sorry that it's taking a long time to get that going. If you need more specific information, please let me know; I'll try to answer your questions as best as I can. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused how to get this working on linux, the example
fails with "error: missing argument for parameter 'keychainProtocol' in call"
Looking at the source document https://github.com/MasterJ93/ATProtoKit/blob/main/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift I see that there is no default value for the keychainProtocol parameter.
So when you say "both client-side with Apple's platforms, and server-side with Linux"
Does this mean there is no client side access for linux that I can use on my desktop?
Or am I able to create my own SecureKeychainProtocol object and how would I do that?
Beta Was this translation helpful? Give feedback.
All reactions