Audric Ackermann
4d801fd8e5
check for changes on member avatars only on re rendering
5 years ago
Audric Ackermann
76dc5960dd
render grey Icon if no pubkey or avatarPath on Avatar
5 years ago
Audric Ackermann
56cd42d34c
remove authorColor unused in Session
5 years ago
Audric Ackermann
6eb13e43e3
simplify a lot avatar props
5 years ago
Audric Ackermann
30416d98ab
show our avatar on a group if less than 2 members
5 years ago
Audric Ackermann
1545256cbe
Merge pull request #1337 from Bilb/fix-ssk
5 years ago
Audric Ackermann
cd1a940719
add back Copy Session ID but show it only for user context click
5 years ago
Audric Ackermann
56a81ccc93
Merge pull request #1336 from Bilb/remove-jazzicon
5 years ago
Audric Ackermann
28d2481389
fix tests
5 years ago
Audric Ackermann
ff1c554e8a
make MediumGroupChatMessage share impl with ClosedGroupChatMessage
5 years ago
Audric Ackermann
04063cd0fb
make medium group pubkey be in bytes rather than str
5 years ago
Audric Ackermann
bc1aff747a
refresh avatar for closed group on new props
5 years ago
Audric Ackermann
217cc04ad1
cleanup avatar rendering and add a 64px size
5 years ago
Audric Ackermann
b845ba9642
use a HOC to fetch closed group conversations for avatar rendering
5 years ago
Audric Ackermann
9584d0a1af
fix closed group avatar for conversationlistItem
5 years ago
Audric Ackermann
7054268b14
use source from decoded content and not envelope on ssk
5 years ago
Audric Ackermann
9576944191
fix download of attachments on open group
5 years ago
Audric Ackermann
35ea6af27f
Add group avatar as on mobile: with multiple group members avatar
5 years ago
Audric Ackermann
bc8999e0b6
fix tests
5 years ago
Audric Ackermann
28eec84783
remove JazzIcon and use instead a colored circle with Initial
5 years ago
Audric Ackermann
1da4ae69c2
render NoteToSelf list item as a normal conversation
5 years ago
Audric Ackermann
b51eca61c8
Merge pull request #1333 from Bilb/fix-avatar-path
...
fix custom avatar show on dialogs and list
5 years ago
Audric Ackermann
84c7ce006b
fix ctx menu on repeated block/unblock
5 years ago
Audric Ackermann
d3badba681
hide reset session from menu when user is blocked
5 years ago
Audric Ackermann
57160cb45c
fix custom avatar show on dialogs and list
5 years ago
Audric Ackermann
c34edee180
Merge pull request #1321 from Bilb/use-created-at-server-timestamp
...
Fixes #1249
5 years ago
Audric Ackermann
a0e437ab87
fix ordering of our own message on message pulled from server
5 years ago
Audric Ackermann
e6f367a61e
fix messagequeue test
5 years ago
Audric Ackermann
1e446b0a81
fix order for open groups message which are out of sync
5 years ago
Audric Ackermann
7501d71542
fix polling logic on network errors #995
5 years ago
Audric Ackermann
76664d9a11
use created_at for public group to order messages
5 years ago
Audric Ackermann
252c45f635
Merge remote-tracking branch 'upstream/clearnet' into use-created-at-server-timestamp
5 years ago
Audric Ackermann
62be54c05a
update text for lightmode forced to user
5 years ago
Audric Ackermann
0721d469db
increase timeout allowed for joining open group
5 years ago
Audric Ackermann
66dcfdfe6e
show message when no blocked contact in settings
5 years ago
Audric Ackermann
adfaa8861f
fix build
5 years ago
Audric Ackermann
cd686269cb
use server created_at timestamp to order messages
...
Also update the way we check for duplicated message to allow a 10s
window with the same body rather than an exact match of timestamp.
This is needed as the timestamp of the message pulled is now the one of
the creation of the server, and not the same we have locally (sent at).
5 years ago
Audric Ackermann
dafe8a80ab
shortcut newReceiver when calling dataMessage exported functions
5 years ago
Audric Ackermann
d670a47d5c
remove duplicated key translation
5 years ago
Audric Ackermann
0e75510e5b
remove ttl unused settings and all translated key
5 years ago
Audric Ackermann
73e2250ca8
add submenu rtl support (disabled for now)
5 years ago
Audric Ackermann
c47d0e5707
rename friend-.. css to contact-
5 years ago
Audric Ackermann
22b2d80993
make light theme default for existing users and show dialog to revert
5 years ago
Audric Ackermann
d4a954e53f
add sun SessionIcon and a MAX size for SessionIconSize
5 years ago
Audric Ackermann
f420559f3f
add types for window.confirmationDialog
5 years ago
Audric Ackermann
94bd47fb8c
add way to add icon to SessionConfirm dialog
5 years ago
Audric Ackermann
339bc35975
shorten pubkey when replying to a user
5 years ago
Audric Ackermann
4070a7099f
Merge remote-tracking branch 'upstream/clearnet' into add-light-theme
5 years ago
Audric Ackermann
094cd0ae47
Merge pull request #1306 from Bilb/make-cheap-translations
5 years ago
Audric Ackermann
fca83b65cc
make min group member 1 on creation
5 years ago
Audric Ackermann
a03132f088
remove qrDialogView unused
5 years ago
Audric Ackermann
1eb8f8e6b1
remove ConfirmationDialogView unused
5 years ago
Audric Ackermann
5f51573f53
remove unused templates
5 years ago
Audric Ackermann
291982c2aa
cleanup css and themify missing stuff
5 years ago
Audric Ackermann
9cbf21547b
cleanup scss and themify message view
5 years ago
Audric Ackermann
5cdb25ca00
themify widget selection, compose and slider
5 years ago
Audric Ackermann
5bede47608
make svg check create Closed group color dynamic
5 years ago
Audric Ackermann
422c2610b6
add light theme for leftpane conversation list view
5 years ago
Audric Ackermann
39463d2f93
enable back ability to switch theme from leftpane
5 years ago
Audric Ackermann
ed9f4e713e
add type for mnemonic.js and replace some calls with recoveryPhrase
5 years ago
Audric Ackermann
94146124ff
Merge pull request #1312 from konstantinullrich/bug/#1311-Unblock-Users-Page-in-Settings-is-broken
5 years ago
Audric Ackermann
b75bb71a22
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations
5 years ago
Audric Ackermann
0b6c915f8f
update translation to match android - part 2
5 years ago
Audric Ackermann
5739d78ada
edit group editing title to match Android
5 years ago
Konstantin Ullrich
5b7c58c0d4
Refresh after unblocking a SessionID without model
5 years ago
Audric Ackermann
fec3a0f643
remove install_view.js
5 years ago
Audric Ackermann
90fac8f75e
show group members => groupmember
5 years ago
Audric Ackermann
70b739d24f
update translation to match android - part 1
5 years ago
Audric Ackermann
730c520b22
remove seed name from Registration tabs components
5 years ago
Audric Ackermann
38c099cdf0
rename seed to recovery phrase
5 years ago
Konstantin Ullrich
2f35d9d2a6
lint fix
5 years ago
Konstantin Ullrich
86f8fe54ae
Check for model in blocked settings
5 years ago
Audric Ackermann
ad4c024530
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations
5 years ago
Audric Ackermann
dc77e6e44e
remove toggle use sender keys. Rely on lokiFeatureFlag directly
5 years ago
Audric Ackermann
13b28e565d
hide copy option for closed group
5 years ago
Audric Ackermann
9d4dff611f
simplify Copied xxx => Copied to clipboard
5 years ago
Audric Ackermann
4fbbbc26a4
make blockled list number updates on unblock
5 years ago
Audric Ackermann
d108630f22
add a toastUtils file and replace all pushToast calls in ts files
5 years ago
Audric Ackermann
e008dbd0d5
"leave {Closed|Open} Group" => "leave group"
5 years ago
Audric Ackermann
66d3a2b86c
replace unsend with deleteForEveryone
5 years ago
Audric Ackermann
edf25e8cbc
clean up menu on message click
5 years ago
Audric Ackermann
71004f04a2
add a getDeleteMenuItem and hide on open groups as
...
leave and delete messages does the same in fact
5 years ago
Audric Ackermann
d4254b0bda
fix input translation for searches with android translations
5 years ago
Audric Ackermann
30937f4ae3
make start new session screen closer to the android one
5 years ago
Audric Ackermann
cf3352d0af
add a timeout function to promiseUtils for attemptConnection
5 years ago
Audric Ackermann
eb3ee8f6b0
make leftpane overlay closer to android
5 years ago
Audric Ackermann
08433aa676
Merge pull request #1297 from konstantinullrich/feature/blocked-list-in-settings
5 years ago
Audric Ackermann
d793220772
fix integration-tests with translation change
5 years ago
Audric Ackermann
c90e696da3
fix types for $ conflicting between jQuery and webdriverIO
5 years ago
Konstantin Ullrich
8bc7528e85
Merge branch 'clearnet' into feature/blocked-list-in-settings
5 years ago
Audric Ackermann
599b2e6555
add back way to remove existing nickname set for a user
5 years ago
Audric Ackermann
1f9aff5d1d
fix merge issue
5 years ago
Audric Ackermann
3945c6b208
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
5 years ago
Audric Ackermann
6cffb3c31f
lint
5 years ago
Audric Ackermann
58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Audric Ackermann
756f0d8ce5
fix delete can send attachment test
5 years ago
Audric Ackermann
e24fc12b93
fix sender_keys itest
5 years ago
Konstantin Ullrich
380d533da8
fix lint
5 years ago
Konstantin Ullrich
7ec263f273
fixed transaltion key
5 years ago
Konstantin Ullrich
b430848c53
Get only blocked SessionIDs even if conv is gone
5 years ago
Konstantin Ullrich
fde6723584
Fix Lint problem
5 years ago
Audric Ackermann
3e56eb6133
add beta german translation copy pasted from android
5 years ago
Audric Ackermann
80946c0ea5
Merge remote-tracking branch 'upstream/clearnet' into clean-en-translation
5 years ago
Audric Ackermann
9315ed5238
add tool to find unused localized string and fix our current en locale
5 years ago
Audric Ackermann
c41a064880
add tool to find unused localized string and fix our current en locale
5 years ago
Mikunj
b75b02c5a2
Hide multi device UI if flag is not set
5 years ago
Mikunj
22c64395d9
Remove multi-device warnings
5 years ago
Mikunj
49b994367d
Remove multi device data.
...
Force wipe secondary devices.
5 years ago
Mikunj
c0fca99485
Disable multi device
5 years ago
Audric Ackermann
10ea59246f
add back closed group tests
5 years ago
Audric Ackermann
878619a0bc
move integration tests to _itest.ts suffix
5 years ago
Audric Ackermann
38b9736314
skip linking test integration test
5 years ago
Audric Ackermann
933eb73aa1
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Audric Ackermann
80b0821781
move unit tests to sub folder
5 years ago
Audric Ackermann
c12c3b5f64
move stub of integration tests to typescript
5 years ago
Konstantin Ullrich
e800e5509b
Placeholder for no DisplayName-Contacts in blocked
5 years ago
Audric Ackermann
6d65c9cc0a
make sendMessage return -1 on fail rather than false
5 years ago
Audric Ackermann
2637981fdb
fix tests
5 years ago
Audric Ackermann
44349079ab
fix delete of open group messages
5 years ago
Konstantin Ullrich
7de0a0ae65
Add Subscreen for blocked Users
5 years ago
Audric Ackermann
2c45ff73b2
Merge pull request #1288 from Bilb/disable-link-warning-multi
5 years ago
Audric Ackermann
471a381b4b
show disabled multi device message every 5 loads
5 years ago
Audric Ackermann
9464c03806
adress reviews
5 years ago
Audric Ackermann
761ebf4a7c
lint
5 years ago
Audric Ackermann
abc9456d14
add popup for disabling multi device
5 years ago
Audric Ackermann
a4397ceeb3
Merge remote-tracking branch 'upstream/clearnet' into fix-drop-message-closed-group
5 years ago
Audric Ackermann
ba624d5d2f
Merge pull request #1292 from Bilb/fix-caption-attachments
5 years ago
Audric Ackermann
b237d20e62
treat mentions to our primary as us from secondary
5 years ago
Audric Ackermann
12ec5beb95
fix bug preventing loading of out of view cells in conversations list
5 years ago
Audric Ackermann
e806e912a3
move password_utils.js to typescript
5 years ago
Audric Ackermann
89579ebd35
refactor SessionPasswordModal to handle errors on length
5 years ago
Audric Ackermann
582499be25
do not drop group control message from blocked user
5 years ago
Audric Ackermann
6063e0757d
remove 'friend' reference from messages.json
5 years ago
Audric Ackermann
64dff64925
fix mentions notification displayname rather than pubkeys
...
* replace @pubkeys with their corresponding display name if found
* fix the display of the @ sign on the conversationListItem
5 years ago
Audric Ackermann
708a999ff6
fix caption for attachments when they are set
5 years ago
Audric Ackermann
fec0ead1de
fix link device test and lint
5 years ago
Audric Ackermann
e2a42d1b61
add stubbing of messageQueue in window from ts tests
5 years ago
Audric Ackermann
4c4c7795d2
Merge pull request #1290 from Bilb/fix-lightbox-size-big-pictures
5 years ago
Audric Ackermann
bbd16dbb54
fix size of dialog lightbox with big pictures
5 years ago
Maxim Shishmarev
d95dfdc04a
Merge pull request #1280 from msgmaxim/medium-group-fixes
...
Medium group protocol changes
5 years ago
Audric Ackermann
5f47c42038
when pulling public message, use the MultiDeviceProtocol to check
...
if this message is coming from us rather than checking the cached values
5 years ago
Maxim Shishmarev
db05592400
Address review comments
5 years ago
Audric Ackermann
720bb54bc1
move add_contacts_test open_group_test and registration_test to ts
5 years ago
Audric Ackermann
592c31dfc0
fix tslint issues with spectron includes
5 years ago
Audric Ackermann
a983085cbd
move page-objects to .ts files
5 years ago
Audric Ackermann
a853d27b28
disable multi device link and show warnings placeholder
5 years ago
Audric Ackermann
ad24ad28d6
Merge pull request #1284 from Bilb/fix-ttl-ugly-hack
5 years ago
Audric Ackermann
eb06356b26
Merge pull request #1277 from Bilb/fix-blocklist-handle
5 years ago
Audric Ackermann
8558764768
fix open group integration tests
5 years ago
Audric Ackermann
52cb50f063
make lokiPlainFetch return a SnodeResponse object
5 years ago
Audric Ackermann
38724d0992
filter convos to block sync by getting list from BlockedNumberController
5 years ago
Maxim Shishmarev
f1bc0ffc27
Fix export for file onions
5 years ago
Audric Ackermann
401c37c39e
make standardized menu, use them in ConversationHeader
...
and ConversationListItem
5 years ago
Audric Ackermann
394030b711
remove getDefaultTTL and use Constants values instead
5 years ago
Audric Ackermann
48edd431da
use constants rather than string for ttl
5 years ago
Audric Ackermann
467f96acac
substract 1 hour for control of ttl message so PN can ignore them
5 years ago
Vincent
d7de09e475
linter-fixes
5 years ago
Audric Ackermann
ce6263dc21
share ContextMenu item tests for ConversationListeItem and ConversationHeader
5 years ago
Audric Ackermann
8105f0647a
make a few unit tests quicker by polling more aggressively on results
5 years ago
Audric Ackermann
cd516aab64
lint
5 years ago
Audric Ackermann
ffbba2480f
hide blocking option from UI for blocking groups
5 years ago
Audric Ackermann
3e23039adb
do not sync blocked closed group as mobile is not ready yet
5 years ago
Maxim Shishmarev
cc43555cd2
Merge branch 'clearnet' into medium-group-fixes
5 years ago
Audric Ackermann
d2a4757061
trigger and handle blocked contacts/groups as a list on block/unblock
5 years ago
Vincent
2603401207
sleek-emoji-rendering
5 years ago
Maxim Shishmarev
87144336b7
Large refactor of medium groups. Fixes them for multidevice
5 years ago
Vincent
7d4383301d
emoji-definition-reversion
5 years ago
Vincent
5165bfdba4
jsx-emoji-overlay
5 years ago
Vincent
9f1cef9844
emoji-rendering
5 years ago
Vincent
bf32cd3ae6
fixed up
5 years ago
Vincent
704d5a1184
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
5 years ago
Vincent
efd5b20a6e
Super fast message receiving
5 years ago
Vincent
28a0d82ea2
Updating message recieving
5 years ago
Vincent
d823e2a758
safety-number-view
5 years ago
Maxim Shishmarev
8f0d59f9b8
Fix not shuffling nodes requested for pubkey
5 years ago
Audric Ackermann
ae6db8640a
Merge pull request #1273 from Bilb/fix-showing-secondary-conversation-sync
5 years ago
Vincent
134df7e389
Temporarily remove sending progress
5 years ago
Audric Ackermann
dd3080d9fe
mark conversation as secondary on message synced when needed
5 years ago
Vincent
79e821e342
dropZone inti
5 years ago
Vincent
707200718d
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
5 years ago
Vincent
5ed6a9dda9
reorganise-dropin
5 years ago
Vincent
5b69f19410
compositionbox
5 years ago
Vincent
35218ec2d1
merged-w-clearnet
5 years ago
Vincent
3591001ef1
audio component ui
5 years ago
Vincent
c26e20d33f
css-loader
5 years ago
Audric Ackermann
a17edd0ce9
enable back delivery Receipt and read receipt message
5 years ago
Mikunj Varsani
f2668571c2
Merge pull request #1252 from Bilb/drop-auto-fr-messages
...
drop auto fr messages 'Please Accept... '
5 years ago
Audric Ackermann
b04a64da8c
mark secondary devices as secondary from the right primary key
5 years ago
Mikunj
9e14615cd2
Remove RSS Feeds
5 years ago
Vincent
54b7d9a21b
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
5 years ago
Vincent
9ec99da9f9
SessionRecording-cleanup
5 years ago
Audric Ackermann
9a5c73af3c
do not update loki display name is given string is '' onContactSync
5 years ago
Audric Ackermann
ba7241b2cb
contactSync: mark conversation as secondary when they are
5 years ago
Audric Ackermann
3775a9ef05
drop empty synced message (or autoFR)
5 years ago
Audric Ackermann
9df0a79fb9
remove blockedNumber.js
5 years ago
Audric Ackermann
e6e179b45b
Merge branch 'clearnet' into drop-auto-fr-messages
5 years ago
Audric Ackermann
0c8e34a78e
remove envelope from cache if sentMessage is empty
5 years ago
Audric Ackermann
17cae3937d
drop synced message with the autoFR content
5 years ago
Audric Ackermann
598d6d1010
drop auto fr messages 'Please Accept... '
5 years ago
Audric Ackermann
b34470c215
Merge pull request #1250 from Bilb/sync-blocked-numbers
5 years ago
Audric Ackermann
c7b5fdf02d
Merge pull request #1246 from Bilb/accept-group-ids-from-mobile
5 years ago
Audric Ackermann
20a286d288
add comments about temporary fix with mobile group pubkeys regex
5 years ago
Audric Ackermann
a121dd6694
show block/unblock option for closed group on contextmenu
5 years ago
Audric Ackermann
fc5af07363
update UI when user blocks a group
5 years ago
Audric Ackermann
1b35f132e3
fix test
5 years ago
Audric Ackermann
45cdbcbb2f
handle sync of blocked contact/groups as sync events
5 years ago
Audric Ackermann
66697bc235
remove unused addBlockedGroup function since we moved to controller
...
for blocked group
5 years ago
Audric Ackermann
8d544a9d87
make redux store update on block/unblock
5 years ago
Vincent
055856d9ac
note-for-reenabling-sessionsettings
5 years ago
Vincent
a67e67d13c
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into ui-polish
5 years ago
Vincent
95c5a881e1
rebuild-ui
5 years ago
Audric Ackermann
edc34649a4
Merge pull request #1241 from Bilb/fix-our-profile-picture-change
5 years ago
Audric Ackermann
4e56ad2419
Merge pull request #1244 from Bilb/fix-sending-errors-handling
5 years ago
Audric Ackermann
f491158b3f
add the group id from mobile as valid pubkey key
5 years ago
Vincent
9d6a24d802
rm-uipolishmergre
5 years ago
Vincent
07096e5b09
Merge branch 'ts-constants' into ui-polish
5 years ago
Vincent
7896671df0
fixup-tests
5 years ago
Audric Ackermann
d2e7462627
unregister to change events for avatarUpdates on ActionPanel
5 years ago
Audric Ackermann
5eb2f35c45
remove toast on link request when the linking screen is opened
5 years ago
Audric Ackermann
3fd260b793
enforce type of profileKey and signature on linking messages
5 years ago
Vincent
1a150f96c4
merged w ts-constants
5 years ago
Vincent
5216cc2c2e
merge clearnet
5 years ago
Vincent
c020eddef6
constants-to-ts
5 years ago
Maxim Shishmarev
c843da0e94
Merge pull request #1238 from msgmaxim/revive-medium-groups
...
Fix medium group sending for single device users; protocol changes
5 years ago
Maxim Shishmarev
9b2f11b860
Use stub instead of replace
5 years ago
Audric Ackermann
f641b9436b
fix our handling of snode sending errors so we have a real error shown
...
when a message fails to send because of it.
Also, fix the retry logic on the corresponding message
5 years ago
Maxim Shishmarev
1d1a62e683
Fix incorrectly syncing medium group chat messages
5 years ago
Audric Ackermann
53433261d9
remove outgoing_message.js and everything related to it
5 years ago
Maxim Shishmarev
3faa4f71f3
Fix unit tests
5 years ago
Vincent
f8cd997b13
constants-to-ts
5 years ago
Audric Ackermann
948e32fbf7
update our top left avatar on avatar changes
...
when our primary device updates the avatar, we wait for a sync message
to know about this update.
Once this message comes in, it updates the avatar on the conversation,
but nothing refresh the ActionPanel component.
This commit makes sure we listen for changes on our conversation to
trigger this refresh.
5 years ago
Vincent
506b55bfe2
session-id-editable
5 years ago
Vincent
fd746a475a
ui polished and ttl constants
5 years ago
Maxim Shishmarev
d747249d4f
Merge branch 'clearnet' into revive-medium-groups
5 years ago
Maxim Shishmarev
6351fc1d4c
Lint
5 years ago
Maxim Shishmarev
f6223ce5ab
Use message queue for medium group chat messages
5 years ago
Vincent
39dea3b1bc
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into blocked-fixes
5 years ago
Audric Ackermann
91f2632cda
Merge pull request #1239 from Bilb/fix-closed-gorup-updates-with-1.0.9
5 years ago
Audric Ackermann
6ec5f1921c
Merge pull request #1237 from Bilb/close-panel-one-open-group-joined
...
close overlay when open group is joined
5 years ago
Vincent
9b07c8fc8e
outline-class
5 years ago
Audric Ackermann
a4fedaf75d
fix empty avatar being undefined rather than ''
...
building ClosedGroupUpdate message via ts makes it have an avatar
content with fields empty if we pass '' as avatar.
we wamt no avatar field at all
5 years ago
Maxim Shishmarev
237bd84b35
Fix medium group sending for single device users; protocol changes
5 years ago
Audric Ackermann
c7daf55a65
close overlay when open group is joined
5 years ago
Audric Ackermann
4c108b470b
hide ourdevices when creating a closed group
5 years ago
Vincent
ca96992a44
Pukbeyified
5 years ago
Vincent
68f2a90f7c
pubkeys-in-message-encryptor-init
5 years ago
Mikunj
646973e330
Made changes to how messages are sent.
...
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.
This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
Audric Ackermann
4381d0135f
Merge pull request #1231 from Bilb/fix-open-groups-ui
5 years ago
Maxim Shishmarev
7724df25cc
Fix incorrect handling of pow update
5 years ago
Audric Ackermann
d92bf6febf
Merge pull request #1229 from Bilb/fix-open-groups-ui
...
* fix sync of closed groups
* fix showing of contacts and closed groups after sync
* create closed group: only show direct conversations
* handle message sending events for open groups
5 years ago