Make topic extension public
This commit is contained in:
parent
91d5bd1ea5
commit
982e6f9ac3
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user