| 289 | } |
| 290 | |
| 291 | void Frontend_Win32::UpdateUserData(Snowflake userID) |
| 292 | { |
| 293 | SendMessage(g_Hwnd, WM_UPDATEUSER, 0, (LPARAM) &userID); |
| 294 | } |
| 295 | |
| 296 | void Frontend_Win32::UpdateAttachment(Snowflake attID) |
| 297 | { |
no outgoing calls
no test coverage detected