Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 26, 2023
1 parent 07b4fd5 commit 309ccda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ElementX/Sources/Mocks/Generated/GeneratedMocks.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.3 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT

// swiftlint:disable all
Expand Down
2 changes: 0 additions & 2 deletions ElementX/Sources/Other/Pills/MessageText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
//

import Combine
import SwiftUI

final class MessageTextView: UITextView {
Expand Down Expand Up @@ -148,7 +147,6 @@ struct MessageText_Previews: PreviewProvider, TestablePreview {

private static let attributedStringBuilder = AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL)

@ViewBuilder
static var attachmentPreview: some View {
MessageText(attributedString: attributedStringWithAttachment)
.border(Color.purple)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1804.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
User mentions pills (behind a Feature Flag).

0 comments on commit 309ccda

Please sign in to comment.