We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fd18c commit e9058a4Copy full SHA for e9058a4
WordPress/Classes/Services/BloggingPromptsService.swift
@@ -73,6 +73,7 @@ struct BloggingPrompt {
73
let answered: Bool
74
let answerCount: Int
75
let displayAvatarURLs: [URL]
76
+ let attribution: String
77
78
init(with remotePrompt: RemoteBloggingPrompt) {
79
promptID = remotePrompt.promptID
@@ -83,5 +84,6 @@ struct BloggingPrompt {
83
84
answered = remotePrompt.answered
85
answerCount = remotePrompt.answeredUsersCount
86
displayAvatarURLs = remotePrompt.answeredUserAvatarURLs
87
+ attribution = remotePrompt.attribution
88
}
89
0 commit comments