mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	Fix notification settings
This commit is contained in:
		| @@ -487,8 +487,8 @@ public class RetrofitPeertubeAPI { | ||||
|         UserMe.AvatarResponse avatarResponse = null; | ||||
|         PeertubeService peertubeService = init(); | ||||
|  | ||||
|         peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings()); | ||||
|  | ||||
|         Call<String> updateNotifications = peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings()); | ||||
|         Response<String> responseNotif = updateNotifications.execute(); | ||||
|         Call<String> updateUser = peertubeService.updateUser(getToken(), | ||||
|                 userSettings.isVideosHistoryEnabled(), | ||||
|                 userSettings.isAutoPlayVideo(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user