You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit/Database/Models
Morgan Pretty 7dc75af361 Fixed some bugs with disappearing messages
Fixed an issue where the DisappearingMessages job could incorrectly overwrite it's nextRunTimestamp
Fixed an issue where sent/self-send messages wouldn't correctly trigger the disappearing messages job
Fixed an issue where sending the mnemonic along with an attachment wasn't showing the warning prompt
Fixed an issue where the home screen wasn't updating on launch if the displayed messages were removed disappearing messages
Fixed a small UI glitch where the input field wouldn't immediately get cleared when sending a message (unfortunately there is a slight delay before the message appears still)
3 years ago
..
Attachment.swift Fixed a few issues found during QA 3 years ago
BlindedIdLookup.swift Fixed a few bugs with media attachment handling, added webp support 3 years ago
Capability.swift feat: add capability check for open group emoji reacts 3 years ago
ClosedGroup.swift Fixed a few more bugs and tweaked attachment download logic 3 years ago
ClosedGroupKeyPair.swift
Contact.swift Fixed a number of bugs found during QA 3 years ago
ControlMessageProcessRecord.swift Made a couple of tweaks to the GRDBStorage interface 3 years ago
DisappearingMessageConfiguration.swift Fixed a bug where deleted incoming messages could incorrectly be counted as unread 3 years ago
GroupMember.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 3 years ago
Interaction.swift Fixed some bugs with disappearing messages 3 years ago
InteractionAttachment.swift
LinkPreview.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 3 years ago
OpenGroup.swift minor refactor 3 years ago
Profile.swift Added linting for the localized strings, updated the quote & mention behaviour for the current user 3 years ago
Quote.swift Fixed a few issues found during QA 3 years ago
Reaction.swift update sortId logic after open group reaction index 3 years ago
RecipientState.swift
SessionThread.swift A few bugs fixes and some optimisations 3 years ago
ThreadTypingIndicator.swift