Make topic extension public

This commit is contained in:
Christoph Hagen 2022-06-05 23:06:17 +02:00
parent 91d5bd1ea5
commit 982e6f9ac3

View File

@ -82,7 +82,7 @@ extension APNSwiftConnection.PushType: Codable {
extension APNSwiftConnection.PushType {
/// The extension to add to the push topic depending on the notification type
var topicExtension: String {
public var topicExtension: String {
switch self {
case .alert, .background:
return ""