File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.7.4 </string >
20
+ <string >0.7.5 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >34 </string >
24
+ <string >35 </string >
25
25
<key >LSApplicationCategoryType </key >
26
26
<string >public.app-category.video </string >
27
27
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ -(void)threadUpdatedTo:(NSString*)threadName;
114
114
[ConsumerStatusNoData] = " chasing" ,
115
115
[ConsumerStatusAdjusting] = " adjusting" ,
116
116
[ConsumerStatusBuffering] = " buffering" ,
117
- [ConsumerStatusFetching] = " fetching" ,
117
+ [ConsumerStatusFetching] = " fetching"
118
118
// [ConsumerStatusChallenge] = "challenge"
119
119
};
120
120
Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ -(void)withdrawAllChatrooms
1112
1112
#pragma mark - private
1113
1113
-(NSString *)broadcastPrefix
1114
1114
{
1115
- return [NCPreferencesController sharedInstance ].chatBroadcastPrefix ;
1115
+ return [NCPreferencesController sharedInstance ].chatroomBroadcastPrefix ;
1116
1116
}
1117
1117
1118
1118
-(void )shutdown
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ +(NSString *)chatroomPrefixForChat:(NSString *)chatroomName
95
95
if (chatroomName && username && hubPrefix)
96
96
{
97
97
NSString *userSessionPrefix = [NSString userSessionPrefixForUser: username withHubPrefix: hubPrefix];
98
- return [[ userSessionPrefix stringByAppendingNdnComponent: @" chat" ] stringByAppendingNdnComponent: chatroomName ];
98
+ return [userSessionPrefix stringByAppendingNdnComponent: @" chat" ];
99
99
}
100
100
101
101
return nil ;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.6.2 </string >
20
+ <string >0.7.5 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >12 </string >
24
+ <string >35 </string >
25
25
<key >LSApplicationCategoryType </key >
26
26
<string >public.app-category.video </string >
27
27
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments