]> git.r.bdr.sh - rbdr/mobius/commit - hotline/transaction_handlers.go
Fix threaded news bugs
authorJeff Halter <redacted>
Wed, 18 Jan 2023 21:52:52 +0000 (13:52 -0800)
committerJeff Halter <redacted>
Wed, 18 Jan 2023 21:52:52 +0000 (13:52 -0800)
commit3326539367dfa85cb2b0455d5b1c67eaaf59cf8e
treea1ebb95925e3834371e1aeb82002ce033441284f
parentfd5eb3ab478559a722976c8093a4c2c281019c45
Fix threaded news bugs

1. Fix handling of article IDs sent as 4 bytes instead of 2
2. Fix incorrect article count listing that strangely only affects third party clients
hotline/news.go
hotline/server.go
hotline/transaction_handlers.go
hotline/transaction_handlers_test.go
hotline/util.go [new file with mode: 0644]
hotline/util_test.go [new file with mode: 0644]