73cceab31f 
								
							
								 
							
						 
						
							
							
								
								refactor: getDisappearingUnreadByConversation  
							
							... 
							
							
							
							to getUnreadDisappearingByConversation since reading causes disappearing 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								515805b94d 
								
							
								 
							
						 
						
							
							
								
								fix: messages are no longer randomly deleted  
							
							... 
							
							
							
							forgot to expire only unread disappearing messages and not all messages 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d43d6abbae 
								
							
								 
							
						 
						
							
							
								
								chore: replace tslint with eslint and fix linting issues  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								594eee698b 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/clearnet' into unstable  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3bc187fa5e 
								
							
								 
							
						 
						
							
							
								
								feat: performance improvements to quote lookup  
							
							... 
							
							
							
							getMessagesByConversation optionally returns quotes from messages in view, quoted messages that are deleted are removed from the lookup map. getMessageBySenderAndSentAt supports an array of messages and renamed to getMessagesBySenderAndSentAt 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								1ff2969750 
								
							
								 
							
						 
						
							
							
								
								refactor: rename getMessageBySenderAndTimestamp  to getMessageBySenderAndSentAt  
							
							... 
							
							
							
							its more clear what parameters are needed 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								bd8ce826a8 
								
							
								 
							
						 
						
							
							
								
								fix: replaced getMessageBySenderAndSentAt with getMessageBySenderAndTimestamp  
							
							... 
							
							
							
							which does the same thing but is more verbose 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3ecc89fab3 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into onboarding  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								bf2456df8e 
								
							
								 
							
						 
						
							
							
								
								chore: do not store mentionedUs and unreadCount as attribute in convo  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								bc905bdba1 
								
							
								 
							
						 
						
							
							
								
								feat: start of community handling in libsession util  
							
							... 
							
							
							
							also remove tracking of hashes for config namespaces 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7c56310e69 
								
							
								 
							
						 
						
							
							
								
								feat: addConfSyncJob start  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								bb0112c6c5 
								
							
								 
							
						 
						
							
							
								
								feat: increase max upload size to 10MB  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								c8e76b17de 
								
							
								 
							
						 
						
							
							
								
								chore: refactor db instance to outside its sql.ts file  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0cc7994c12 
								
							
								 
							
						 
						
							
							
								
								fix: speed up expiration/deletion of messages by batching updates in UI  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d9e504afa0 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/clearnet' into mark-all-as-read-optimization  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								267f49ff1e 
								
									
								
							
								 
							
						 
						
							
							
								
								Emoji Reacts ( #2320 )  
							
							... 
							
							
							
							Add support for emoji reacts in conversations
Resolves  #2375  and #1577  
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								242d51ca8d 
								
									
								
							
								 
							
						 
						
							
							
								
								Id blinding + onionv4 + new endpoints for sogs and fileserver ( #2347 )  
							
							... 
							
							
							
							* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								9251711fa5 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: optmize markAllAsRead when no expiration timer  
							
							... 
							
							
							
							we basically do a single sql call to mark everything as read for that
conversation, force unreadCount to 0 and mention state to false, and
trigger read syncs if needed.
the optomization cannot work for conversation with expiration timer for
now 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0efce6ea2d 
								
									
								
							
								 
							
						 
						
							
							
								
								updating workflows actions version  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0158fd5ebb 
								
									
								
							
								 
							
						 
						
							
							
								
								filter duplicates on opengroup poll in a single sql call  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								475c92eeb4 
								
									
								
							
								 
							
						 
						
							
							
								
								migrate about_start to not use jquery  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9f8920ef2c 
								
							
								 
							
						 
						
							
							
								
								mostly working but need to improve perfs  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4d72b92b25 
								
							
								 
							
						 
						
							
							
								
								app starts but full of errors  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								280cc494e8 
								
							
								 
							
						 
						
							
							
								
								test with webpack - not working  
							
							
							
						 
						
							4 years ago