File tree
10 files changed
+24
-11
lines changedFilter options
- Sources/StreamChatSwiftUI
- ChatChannel
- ChannelInfo
- MessageList/Polls
- Utils
10 files changed
+24
-11
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
| 69 | + |
69 | 70 |
|
70 | 71 |
|
71 | 72 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
267 |
| - |
| 267 | + |
| 268 | + |
268 | 269 |
|
269 | 270 |
|
270 | 271 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
| 87 | + |
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
231 |
| - |
| 231 | + |
| 232 | + |
232 | 233 |
|
233 | 234 |
|
234 | 235 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
| 117 | + |
117 | 118 |
|
118 | 119 |
|
119 | 120 |
|
|
Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
| 52 | + |
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
| ||
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
60 |
| - |
| 63 | + |
| 64 | + |
61 | 65 |
|
62 | 66 |
|
63 | 67 |
|
|
0 commit comments