Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kryptokrona/hugin-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Aug 19, 2024
2 parents 89714fc + ba2a45d commit 6bdbe37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/rooms/components/RoomList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const setEmptyGroup = () => {
//Print chosen group key
const printRoom = async (grp) => {
$rooms.activeHugins = []
dispatch('printRoom', grp)
await sleep(150)
readMessage(grp)
Expand All @@ -88,6 +89,7 @@ const printRoom = async (grp) => {
function filterActiveHugins(arr) {
let uniq = {}
$rooms.activeHugins = arr.filter((obj) => !uniq[obj.address] && (uniq[obj.address] = true))
}
//Print our conversations from DBs
Expand Down

0 comments on commit 6bdbe37

Please sign in to comment.