fix: align group-handle test expectation (#42) (thanks @shivshil)
This commit is contained in:
parent
f849fcab14
commit
3406429299
@ -9,6 +9,7 @@
|
||||
- fix: apply history filters before limit (#20, thanks @tommybananas)
|
||||
- fix: flush watch output immediately when stdout is buffered (#43, thanks @ccaum)
|
||||
- feat: include `thread_originator_guid` in message output (#39, thanks @ruthmade)
|
||||
- fix: detect groups from `;+;` prefix in guid/identifier for RPC payloads (#42, thanks @shivshil)
|
||||
|
||||
## 0.4.0 - 2026-01-07
|
||||
- feat: surface audio message transcriptions (thanks @antons)
|
||||
|
||||
@ -7,7 +7,7 @@ import Testing
|
||||
@Test
|
||||
func isGroupHandleFlagsGroup() {
|
||||
#expect(isGroupHandle(identifier: "iMessage;+;chat123", guid: "") == true)
|
||||
#expect(isGroupHandle(identifier: "", guid: "iMessage;-;chat999") == true)
|
||||
#expect(isGroupHandle(identifier: "", guid: "iMessage;-;chat999") == false)
|
||||
#expect(isGroupHandle(identifier: "+1555", guid: "") == false)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user